ConsoleCatalog
Sign in
OddsJam logo

OddsJam

oddsjam.comSportsno auth

Sports betting odds comparison, lines, scores, fixtures, and player props.

Event Market Odds

ASYNCREADNo auth

Returns cross-sportsbook odds for one event and market, with prices and books.

ParametersFormJSON

OddsJam game identifier from the odds screen or event URL

US state code for sportsbook jurisdiction (e.g. NJ, NY, PA)

Market type to fetch odds for (e.g. moneyline, spread, total)

Whether to fetch main-line odds only (1 or 0)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_oddsjam_event_market_odds",
    "params": {
      "game_id": "37240-25327-26-36",
      "state": "NJ",
      "market_name": "moneyline",
      "is_main": "1"
    }
  }'