Returns all currently live events from all sports with optional sport filter
cURL
curl --request GET \ --url https://api.odds-api.io/v3/events/live
[ { "away": "<string>", "date": "<string>", "home": "<string>", "id": 123, "league": { "name": "<string>", "slug": "<string>" }, "scores": { "away": 123, "home": 123 }, "sport": { "name": "<string>", "slug": "<string>" }, "status": "<string>" } ]
API key for authentication
Sport slug to filter by (e.g. football)
OK
Show child attributes