Valorant Tournaments Covered
From tier-1 events to regional qualifiers, we cover Valorant across the competitive calendar.
Plus 90 more events
Betting Markets & Features
Comprehensive Valorant betting data coverage
๐ Betting Markets
- Match Winner (Moneyline)
- Map Handicap
- Total Maps (Over/Under)
- Correct Map Score
- Map 1 / Map 2 / Map 3 Winner
- Round Handicap
- Total Rounds Over/Under
- Pistol Round Winner
- First Blood
- Race to X Rounds
โ API Features
- Real-time esports odds from 265+ bookmakers
- Live in-play odds with ~1 second updates
- Live scores & match status over WebSocket
- Pre-match & live coverage in one API
- Map & period-level scores (ft / ot / ap keys)
- Historical esports odds data available
Top Valorant Bookmakers
Get odds from the most popular sportsbooks covering Valorant
Bet365
GG.BET
Thunderpick
Rivalry
Betway
1xBet
Stake
Unibet
Betano
Get Valorant Odds in Minutes
Simple REST API with JSON responses. Live scores stream over WebSocket.
import requests
API_KEY = "your_api_key"
# Get upcoming Valorant events
events = requests.get(
"https://api.odds-api.io/v3/events",
params={"apiKey": API_KEY, "sport": "esports"}
).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,GG.BET,Thunderpick"
}
).json()
print(f"Found {len(events)} esports events")
print(f"Odds: {odds}")// Subscribe to live Valorant scores & status
const ws = new WebSocket(
"wss://api.odds-api.io/v3/ws?apiKey=YOUR_KEY&channels=odds,scores,status"
);
ws.onmessage = (event) => {
const msg = JSON.parse(event.data);
// { "type": "score", "id": "58231904", "status": "live",
// "scores": { "home": 2, "away": 1,
// "periods": { "p1": { "home": 1, "away": 0 } } } }
console.log(msg.type, msg.scores);
};Popular Use Cases for Valorant Odds API
Valorant Odds API FAQ
Common questions about our Valorant odds API
Which Valorant tournaments does the API cover?
We cover Valorant from tier-1 events down to regional qualifiers, including VCT Masters, Champions and the four regional leagues. After the 2026 esports expansion we serve 550+ upcoming esports matches across 15 titles, up 8x from before.
Is the Valorant odds data live and in-play?
Yes. The API delivers pre-match and live in-play Valorant odds, with live odds refreshing in roughly one second. Live scores and match status (added, live, settled, cancelled) also stream over WebSocket on the scores and status channels.
Which Valorant markets are available?
Match winner, map handicap, total maps, correct map score, individual map winners, round handicaps, pistol round winner and first blood are covered where priced.
How do I get started with the Valorant odds API?
Sign up for a free API key (no credit card required), then call /v3/events?sport=esports to list Valorant matches and /v3/odds for prices. You can be pulling live Valorant odds in under five minutes.
Explore Other Esports Titles
Access odds across 15 esports titles through Odds-API.io