Stats data and odds data solve different problems
Opta-style statistics are useful for previews, models and editorial products.
PuntersEdge supplies the bookmaker price layer: current odds, comparison workflows and racing/sport endpoints for Australian-facing apps.
- Odds not stats-first
- Australian bookmaker focus
- Comparison products
- AFL, NRL and racing
- Free 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"