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.
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.
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.
Request arguments are not valid.
Unauthorized
Forbidden
Too many requests
Unexpected error occurred.
Last updated