BetLineInfo
currencystringrequired
Currency code in ISO4217
Example:
USDvalues object[]required
List of bet line values (0-indexed array maps to 1-based bet lines).
Array [
maxBetstringrequired
Maximum bet amount for this line (in currency units)
Example:
1.00maxCoeffstringrequired
Maximum multiplier applied to the bet
Example:
5.00]
BetLineInfo
{
"currency": "USD",
"values": [
{
"maxBet": "1.00",
"maxCoeff": "5.00"
}
]
}