Data for expected value and quant betting workflows
+EV betting tools need a reliable feed of bookmaker odds to compare against a fair-line estimate. PuntersEdge provides the bookmaker odds layer — you bring the model.
The API supports workflows where you compare bookmaker implied probabilities against your own edge estimate across AFL, NRL, basketball, tennis, racing and more.
- Implied probability fields
- Multi-bookmaker comparison
- AFL, NRL, NBA, racing
- REST/JSON
- Free API key
Example API calls
# Racing — its own endpoint family, NOT a sport_key
curl "https://api.puntersedge.online/v1/racing/next-to-go?categories=horse&num_races=5" \
-H "X-API-Key: YOUR_API_KEY"
# Sports — best price per outcome across the books quoting it
curl "https://api.puntersedge.online/v1/best-odds/nrl" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://api.puntersedge.online/v1/racing/next-to-go?num_races=5" \
-H "X-API-Key: YOUR_API_KEY"