🎮
Esports odds API
Live and prematch esports odds from bet365, delivered via REST and WebSocket. Esports markets are softer than traditional sports and move fast with team news. Continuous data is how the edge is found.
Coverage
Leagues & competitions
- ✓CS2 Majors
- ✓League of Legends Worlds
- ✓Dota 2 The International
- ✓Valorant Champions Tour
Market types
- ✓Match Winner
- ✓Map Winner
- ✓Handicap Maps
- ✓Total Maps Over/Under
- ✓First Blood
Fetch esports matches
Example: current upcoming esports matches with full market depth.
# Python
import requests
r = requests.get(
"https://api.tickodds.com/api/v1/matches",
params={"sport": "esports", "upcoming": 1},
headers={"X-API-Key": "YOUR_KEY"},
)
for match in r.json()["data"]:
print(match["home"], "v", match["away"], match["kickoff"])
# Sample fixture: NAVI vs. FaZe — CS2 MajorWho uses the esports feed?
esports DFS, Gen-Z bettors, emerging markets
Recommended plan
Esports is available on the free Developer tier (pick this sport as one of your two). Upgrade to Starter when you need live data or more sports.