Get bet markets
GET /bet/markets/
Operation ID: get_bet_markets
Retrieve all bet markets. Users can later use the full market names to create notifications or publish picks.
Parameters
No parameters required.
Response
Success Response (200)
Returns a BetMarket
object:
Response Fields
markets
array[string]
Full names of available bet markets for racing
codes
array[string]
Short codes for bet markets used to check available markets for bookies
sports_markets
array[SportsMarket]
Sports markets with their available betting options
Usage
Potential Use Cases
Bet Creation: Use market names when creating notifications or publishing picks
Market Validation: Validate market selections before submitting bets
Bot Configuration: Configure automated betting strategies for specific markets
Authentication
This endpoint requires authentication. Include your token in the Authorization header:
Last updated