ParlayLinesResponseV2
Properties
Name | Type | Required | Description |
---|---|---|---|
status | ParlayLinesResponseV2Status | ✅ | Status of the parlay [VALID = Parlay is valid, PROCESSED_WITH_ERROR = Parlay contains error(s)] |
error | str | ❌ | INVALID_LEGS. Signifies that one or more legs are invalid. Populated only if status is PROCESSED_WITH_ERROR. |
min_risk_stake | float | ❌ | Minimum allowed stake amount. |
max_parlay_risk_stake | float | ❌ | Maximum allowed stake amount for parlay bets. For round robin max stake see FAQ. |
max_round_robin_total_risk | float | ❌ | Maximum allowed total stake amount for all the parlay bets in the round robin. |
max_round_robin_total_win | float | ❌ | Maximum allowed total win amount for all the parlay bets in the round robin. |
round_robin_option_with_odds | List[RoundRobinOptionWithOddsV2] | ❌ | Provides array with all acceptable Round Robin options with parlay odds for that option. |
legs | List[ParlayLineLeg] | ❌ | The collection of legs (the format of the object is described below). |
ParlayLinesResponseV2Status
Status of the parlay [VALID = Parlay is valid, PROCESSED_WITH_ERROR = Parlay contains error(s)]
Properties
Name | Type | Required | Description |
---|---|---|---|
VALID | str | ✅ | "VALID" |
PROCESSED_WITH_ERROR | str | ✅ | "PROCESSED_WITH_ERROR" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs