OddsJam is a strong US-focused +EV and arbitrage product with premium pricing. If you want raw Australian bookmaker odds to build your own tools — a scanner, model feed or comparison product — PuntersEdge gives you a developer API with AU coverage and a free tier, instead of a US-priced end-user subscription.
Free tier · 1,500 credits/mo · no credit card. 14 Australian bookmakers on racing — BetDeluxe, Betr, TAB, Neds, Ladbrokes, BetRight, PointsBet, NextBet (formerly PlayUp), TABtouch, Palmerbet, Unibet, Sportsbet, BetGold and BoostBet — and 6 on sports.
| Feature | OddsJam | PuntersEdge |
|---|---|---|
| Product type | End-user +EV/arb app + API | Developer-first odds API |
| Region focus | US sportsbooks first | Australian bookmakers first |
| Pricing | Premium subscription tiers | Free tier; paid from A$9/mo |
| Raw data access | Higher tiers / API add-on | Core product — raw odds via REST |
| AU bookmakers | Partial | Sportsbet, TAB, Neds, Ladbrokes, Unibet, PointsBet |
| Racing | Not a focus | Horse + greyhound next-to-go, plus book-vs-book field scanning in the Python client |
| Arb scanner | Built in, hosted, alerting included | puntersedge-arb: open source, pip-installable, runs on your machine. No app, no alerts, and most scans find nothing |
| Build-your-own tools | Within their app | Yes, you own the integration and UX |
You want a polished, ready-made +EV/arbitrage interface focused on US sportsbooks and don't need raw Australian data to build your own product.
You're a developer or data-driven bettor who wants raw Australian bookmaker odds, racing included, over a plain REST API. Start with puntersedge-arb, the open-source Python scanner. It checks a whole racing field book-vs-book and sizes anything that passes. Most scans pass nothing, which is the ordinary result. Then build your own model or dashboard on the same data.
Live Australian odds from the public sandbox — no key, no signup, nothing to install.
Free key, REST/JSON, Australian bookmaker odds. No SDK required.
curl 'https://api.puntersedge.online/v1/racing/next-to-go?num_races=1' \
-H 'X-API-Key: YOUR_FREE_KEY'
# → JSON: the next races, with every book's price per runner
[{
"venue": "Hobart", "race_number": 2, "category": "greyhound",
"start_time": "2026-08-10T09:40:00Z", "country": "AU",
"runners": [{
"name": "Indy Gia", "number": 1,
"bookmakers": [
{"key": "sportsbet", "win_price": 5.5},
{"key": "tab", "win_price": 5.5, "place_price": 1.9},
{"key": "ladbrokes", "win_price": 7.0, "place_price": 2.1}
]
}]
}]
1,500 credits/month, no credit card, email delivery. Test OddsJam-style workflows against real Australian bookmaker data in minutes.
Get your free API key →18+ only. The API provides odds data for lawful informational and analytical use. Not financial advice.