BetResponse
balancestringrequired
The player's balance in selected currency main units (note: not cents) after the bet is applied.
Currency selected by the client during the Create New Game call.
We support 2 decimal places for all fiat currencies.
Possible values: Value must match regular expression ^(0|[1-9]\d*)(\.\d+)?$
Example:
100.10txIDstringrequired
Unique ID for the bet on your side. This is required for further tracking/debugging purposes.
Example:
your_txn_123BetResponse
{
"balance": "100.10",
"txID": "your_txn_123"
}