Unibet-style data in a broader Australian bookmaker feed
Most betting products need cross-bookmaker data rather than a single book feed. PuntersEdge is built for that comparison use case — returning prices across multiple Australian bookmakers through one API call.
Use it to build best-price tables, alerts and dashboards that sit Unibet-style market data beside other Australian operators.
- Multi-bookmaker comparison
- AFL, NRL, racing and more
- Best-odds detection
- 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"