Skip to main content

2.2 Price and Stake

All prices are expressed in decimal odds, in terms of the multiple of your stake that you will win. So a price of 1.95 represents a bet at slightly less than evens and means that you will get back 1.95 times your stake should the bet win (your initial stake plus 0.95 times your stake in winnings). Note that still convert to a price of the form: "1 + your_winnings / your_risk", even when placing a lay bet on the exchange.

Stakes are represented as list of two items, the first element being a string containing the currency code and the second element a number with the amount in that currency.

The currency code is ISO 4217 with the following exceptions:

Instead of "IDR" we employ "kIDR": 1 kIDR = 1000 Indonesian Rupiahs.

For example, the JSON value ["EUR", 100] represents the amount of one hundred euros.