Bet
Last updated
Last updated
The endpoint is triggered when a user places a bet (debit transaction). It is the responsibility of the Operator to reduce the player's balance by the specified bet amount and return the updated balance.
Each bet is assigned a unique identifier, transaction_id
, for tracking purposes. Before adjusting the user's balance, the Operator must verify that the bet has not been previously processed.
Additionally, the Operator must confirm that the player has sufficient balance to place the bet.
Process a bet request by deducting the specified amount from the player's balance.
The amount
is specified in subunits (e.g., cents for EUR) according to ISO 4217 standards.
HMAC-SHA256 signature of the raw request body using the shared password.
Amount in subunits (e.g., cents for EUR).
Identifier of currency (ISO 4217).
True if it's a mobile client.
Unique identifier of player.
Must be set to "bet".