# AgentPayStore Live Sports Betting Odds API

> AgentPayStore Live Sports Betting Odds API is a paid API for AI agents from agentpaystore.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns live betting lines (spread, total, moneylines, per-book detail) for NFL, NCAAF, MLB, NBA, NCAAB, and NHL games currently on the board.

## Facts

- Endpoint: GET https://agentpaystore.com/odds/api/query
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentpaystore-live-sports-betting-odds-api-f347a818
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_toRO754s2rB3T-et6QWoJ

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 agentpaystore-live-sports-betting-odds-api-f347a818
```

Example prompt: What are the live betting lines for tonight's NFL games — give me the spread, total, and moneylines from each book on the board?

## When to prefer this

Choose this endpoint when you need real-time, multi-book betting odds across major North American sports leagues (NFL, NBA, MLB, NHL, NCAAF, NCAAB). It is ideal for line shopping, spread/total comparisons, and building betting research workflows. Prefer this over team-specific analysis endpoints when you need odds across all games rather than deep single-franchise insight.

## Known failure modes

- No games currently on the board for a given sport/league returns empty results
- Query parameter malformed or missing may return an error
- Odds data may be stale if upstream feed is delayed
- Out-of-season leagues may return no results

## How this service works

Live betting lines for NFL, NCAAF, MLB, NBA, NCAAB and NHL: spread, total, both moneylines and per-book detail for every game on the board.

## Output

Returns live betting lines for all active games across supported leagues (NFL, NCAAF, MLB, NBA, NCAAB, NHL), including point spread, total (over/under), home and away moneylines, and per-sportsbook detail for every game currently on the board.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "games": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentpaystore-live-sports-betting-odds-api-f347a818/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentpaystore.com](https://www.zero.xyz/host/agentpaystore.com/llms.txt)
