SpecialBetRequest
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| UniqueRequestId | string | ❌ | This unique id of the place bet requests. This is to support idempotent requests. |
| AcceptBetterLine | bool | ❌ | Whether or not to accept a bet when there is a line change in favor of the client. |
| OddsFormat | 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 | double | ❌ | amount in client’s currency. |
| WinRiskStake | SpecialBetRequestWinRiskStake | ❌ | Whether the stake amount is risk or win amount. |
| LineId | long | ❌ | Line identification. |
| SpecialId | long | ❌ | Special identification. |
| ContestantId | long | ❌ | Contestant identification. |
SpecialBetRequestWinRiskStake
Whether the stake amount is risk or win amount.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| Win | string | ✅ | "WIN" |
| Risk | string | ✅ | "RISK" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs