๐Ÿ”ž 18+ Only  |  Gambling can be addictive โ€” please gamble responsibly  |  Gambling Help: 1800 858 858  |  GambleAware

PuntersEdge Developers

Sports Odds API โ€” Australia

Multi-bookmaker Australian sports odds in one API call. AFL, NRL, NBA, EPL, Tennis, Cricket and more โ€” with best-price detection and arbitrage flagging built in.

List available sports

GET https://puntersedge.online/api/v1/sports
Header: X-API-Key: YOUR_KEY

Returns an array of sport keys (afl, nrl, nba, epl, tennis, cricket, โ€ฆ) with display names.

Get odds for a sport

GET /api/v1/sports/{sport_key}/odds
  ?markets=h2h              # h2h (head-to-head), spreads, totals
  &bookmakers=betfair,sportsbet,ladbrokes  # optional filter

# Example: NRL head-to-head, all bookmakers
GET /api/v1/sports/nrl/odds?markets=h2h

Returns an array of events with bookmaker odds arrays nested by outcome.

Best-price and arbitrage endpoint

GET /api/v1/best-odds/{sport_key}

# Returns:
# - best_bookmaker + best_price per outcome
# - arb_flag: true if cross-book arbitrage exists
# - arb_margin: estimated guaranteed profit %

Supported sports and bookmaker count

SportKeyBookmakersRefresh
AFLafl5 (BF, SB, LB, Neds, TAB)60s
NRLnrl4 (BF, SB, LB, PB)60s
NBAbasketball_nba360s
EPLsoccer_epl260s
Tennis ATPtennis_atp260s
Cricketcricket_international260s

Usage notes