Bets API
Risk management endpoins
Bet Placement Endpoint
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Id of player which places a bet.
Represents bet request.
Returns results of bet placement request.
1 = Success
2 = FormatError
3 = PrecisionMismatch
4 = UnsupportedCurrency
1 = Success
2 = FormatError
3 = PrecisionMismatch
4 = UnsupportedCurrency
Request arguments are not valid.
Unauthorized
Forbidden
Too many requests
Unexpected error occurred.
Max Bet Endpoint
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Id of player which places a bet.
Represents bet request.
Returns results of max bet calculation.
Information about rejection cause. (None - 0, UnknownError - 1, PriceChanged - 2, LimitExceeded - 3 , SelectionNotFound - 4 etc.)
Max bet amount in local currency
Request arguments are not valid.
Unauthorized
Forbidden
Too many requests
Unexpected error occurred.
Bet Builder Price Endpoint
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Id of player which placed a bet.
Represents BetBuilder price request.
Returns price for potential betbuilder bet.
Represents response to a BetBuilder price request.
Id of the price request.
Suggested price for the BetBuilder request.
Time stamp of the request.
Request arguments are not valid.
Unauthorized
Forbidden
Too many requests
Unexpected error occurred.
Last updated