Sharp reference line or local bookmaker comparison?
Pinnacle pricing is often used by traders and model builders as a sharp market signal.
Australian odds products also need local book prices from operators users recognise. PuntersEdge is built around that comparison layer.
- Australian bookmaker prices
- Use alongside fair-line models
- AFL/NRL/racing context
- REST/JSON
- Free testing tier
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"