Skip to main content

BetLineInfo

currencystringrequired

Currency code in ISO4217

Example: USD
values 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.00
    maxCoeffstringrequired

    Maximum multiplier applied to the bet

    Example: 5.00
  • ]
  • BetLineInfo
    {
    "currency": "USD",
    "values": [
    {
    "maxBet": "1.00",
    "maxCoeff": "5.00"
    }
    ]
    }