Cricket Odds API
A complete cricket odds API covering franchise T20 leagues, international fixtures and domestic competitions worldwide. Access real-time odds from the IPL and T20 World Cup to county and list-A cricket.
Start free with 100 requests/hour, no credit card required. Covering 34 sports and 265+ bookmakers.
Cricket Leagues Covered
From top-tier competitions to lower divisions - we cover cricket leagues at every level worldwide
Betting Markets & Features
Comprehensive cricket betting data coverage
๐ Betting Markets
- Match Winner
- Top Batsman
- Top Bowler
- Total Runs (Over/Under)
- Method of Dismissal
- Man of the Match
- Highest Opening Partnership
- Innings Runs
- Most Sixes
- Tied Match
โ API Features
- Real-time odds from 265+ bookmakers
- Live in-play cricket odds
- T20, ODI and Test match coverage
- Historical odds data available
- WebSocket for instant updates
- Player props and specials
Top Cricket Bookmakers
Get odds from the most popular sportsbooks for cricket
Bet365
Betfair
1xBet
Unibet
William Hill
Betway
SBOBET
Dafabet
Parimatch
Betano
Get Cricket Odds in Minutes
Simple REST API with JSON responses. Start fetching odds today.
import requests
API_KEY = "your_api_key"
# Get cricket events
events = requests.get(
"https://api.odds-api.io/v3/events",
params={"apiKey": API_KEY, "sport": "cricket"}
).json()
# Get odds for an event
odds = requests.get(
"https://api.odds-api.io/v3/odds",
params={
"apiKey": API_KEY,
"eventId": events[0]["id"],
"bookmakers": "Bet365,DraftKings,Betfair"
}
).json()
print(f"Found {len(events)} cricket events")
print(f"Odds: {odds}"){
"id": 65068198,
"home": "Team A",
"away": "Team B",
"date": "2025-01-15T19:30:00Z",
"sport": {"name": "Cricket", "slug": "cricket"},
"league": {"name": "Indian Premier League (IPL)", "slug": "indian-premier-league-(ipl)"},
"bookmakers": {
"Bet365": [
{"name": "ML", "odds": [{"home": "2.100", "away": "1.850"}]},
{"name": "Spread", "odds": [{"hdp": -3.5, "home": "1.900", "away": "1.900"}]}
],
"Betfair": [
{"name": "ML", "odds": [{"home": "2.150", "away": "1.820"}]}
]
}
}Popular Use Cases for Cricket Odds API
Cricket Odds API FAQ
Common questions about our cricket odds API
What cricket leagues does the API cover?
Our cricket odds API covers major franchise T20 leagues (IPL, Big Bash, PSL, The Hundred, CPL, SA20), all ICC international tournaments (T20 and ODI World Cups, Champions Trophy, World Test Championship), bilateral international series across all three formats, and domestic competitions such as the County Championship.
Do you provide live in-play cricket odds?
Yes, we provide real-time live in-play odds for cricket matches. Our WebSocket feed delivers odds updates with sub-150ms latency, ideal for live betting applications and trading during T20, ODI and Test matches.
Which cricket betting markets are available?
We provide odds for all major cricket markets including Match Winner, Top Batsman, Top Bowler, Total Runs (Over/Under), Method of Dismissal, Man of the Match, Highest Opening Partnership, Most Sixes, and Tied Match.
Which bookmakers do you cover for cricket?
We cover 265+ bookmakers for cricket odds including Bet365, Betfair, 1xBet, Unibet, William Hill, Betway, SBOBET, Dafabet, and Parimatch. Coverage varies by region and competition.
Explore Other Sports APIs
Access odds from all major sports through Odds-API.io