# NBA Odds Aggregator (DraftKings, FanDuel, BetMGM, Caesars)

> NBA Odds Aggregator (DraftKings, FanDuel, BetMGM, Caesars) is a paid API for AI agents from nba-odds-agent-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns aggregated and compressed NBA moneylines, spreads, and totals from four major sportsbooks in a single call.

## Facts

- Endpoint: POST https://nba-odds-agent-production.up.railway.app/entrypoints/odds-nba/invoke
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nba-odds-aggregator-draftkings-fanduel-betmgm-caesars-d5c552ad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_23hCYg6LvjjDr2rHCZrlm

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability nba-odds-aggregator-draftkings-fanduel-betmgm-caesars-d5c552ad -d '<json body>'
```

Example prompt: Pull the current NBA odds from DraftKings, FanDuel, BetMGM, and Caesars — I want to see the moneylines, spreads, and totals for tonight's games so I can find the best line.

## When to prefer this

Use this endpoint when you need cross-sportsbook NBA odds comparison in a single call, especially when comparing moneylines, spreads, or totals across DraftKings, FanDuel, BetMGM, and Caesars simultaneously. Prefer this over individual sportsbook APIs when you want line shopping or best-odds discovery without multiple API calls.

## Known failure modes

- No games scheduled returns empty odds array
- Payment not included or insufficient USDC results in 402 error
- Sportsbook data temporarily unavailable causes partial or stale results
- Invalid request body returns 400 error
- Service downtime on Railway returns 503

## How this service works

Aggregated, compressed NBA moneylines, spreads, and totals from DraftKings, FanDuel, BetMGM, and Caesars.

## Output

A compressed payload containing NBA moneylines, point spreads, and over/under totals for current or upcoming games, sourced from DraftKings, FanDuel, BetMGM, and Caesars, returned in a single aggregated response.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nba-odds-aggregator-draftkings-fanduel-betmgm-caesars-d5c552ad/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nba-odds-agent-production.up.railway.app](https://www.zero.xyz/host/nba-odds-agent-production.up.railway.app/llms.txt)
