RoundRobinOptionWithOdds
Properties
Name | Type | Required | Description |
---|---|---|---|
round_robin_option | RoundRobinOption | ❌ | |
odds | float | ❌ | Parlay odds for this option. |
unrounded_decimal_odds | float | ❌ | Unrounded parlay odds in decimal format to be used for calculations only |
RoundRobinOption
Properties
Name | Type | Required | Description |
---|---|---|---|
PARLAY | str | ✅ | "Parlay" |
TWOLEGROUNDROBIN | str | ✅ | "TwoLegRoundRobin" |
THREELEGROUNDROBIN | str | ✅ | "ThreeLegRoundRobin" |
FOURLEGROUNDROBIN | str | ✅ | "FourLegRoundRobin" |
FIVELEGROUNDROBIN | str | ✅ | "FiveLegRoundRobin" |
SIXLEGROUNDROBIN | str | ✅ | "SixLegRoundRobin" |
SEVENLEGROUNDROBIN | str | ✅ | "SevenLegRoundRobin" |
EIGHTLEGROUNDROBIN | str | ✅ | "EightLegRoundRobin" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs