API-Version-2.0
Get list of sports.
Sports are ordered by alphabetical order.
get/v2/odds/sports
Response
SportsResponse
Example response
{
"sports": [
{
"competitionCount": 2,
"eventCount": 2,
"key": "tennis",
"name": "Tennis"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.