SpecialBetRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
unique_request_id | str | ❌ | This unique id of the place bet requests. This is to support idempotent requests. |
accept_better_line | bool | ❌ | Whether or not to accept a bet when there is a line change in favor of the client. |
odds_format | OddsFormat | ❌ | Bet odds format. AMERICAN = American odds format, DECIMAL = Decimal (European) odds format, HONGKONG = Hong Kong odds format, INDONESIAN = Indonesian odds format, MALAY = Malaysian odds format |
stake | float | ❌ | amount in client’s currency. |
win_risk_stake | SpecialBetRequestWinRiskStake | ❌ | Whether the stake amount is risk or win amount. |
line_id | int | ❌ | Line identification. |
special_id | int | ❌ | Special identification. |
contestant_id | int | ❌ | Contestant identification. |
SpecialBetRequestWinRiskStake
Whether the stake amount is risk or win amount.
Properties
Name | Type | Required | Description |
---|---|---|---|
WIN | str | ✅ | "WIN" |
RISK | str | ✅ | "RISK" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs