RoundRobinOptionWithOdds
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| roundRobinOption | RoundRobinOption | ❌ | |
| odds | number | ❌ | Parlay odds for this option. |
| unroundedDecimalOdds | number | ❌ | Unrounded parlay odds in decimal format to be used for calculations only |
RoundRobinOption
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| Parlay | string | ✅ | "Parlay" |
| TwoLegRoundRobin | string | ✅ | "TwoLegRoundRobin" |
| ThreeLegRoundRobin | string | ✅ | "ThreeLegRoundRobin" |
| FourLegRoundRobin | string | ✅ | "FourLegRoundRobin" |
| FiveLegRoundRobin | string | ✅ | "FiveLegRoundRobin" |
| SixLegRoundRobin | string | ✅ | "SixLegRoundRobin" |
| SevenLegRoundRobin | string | ✅ | "SevenLegRoundRobin" |
| EightLegRoundRobin | string | ✅ | "EightLegRoundRobin" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs