# StatEdge Odds Brief

> StatEdge Odds Brief is a paid API for AI agents from stateedge.vercel.app, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Returns live betting line consensus and line movement data aggregated across 20+ sportsbooks

## Facts

- Endpoint: GET https://stateedge.vercel.app/api/odds
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/statedge-odds-brief-8f274775
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wJZlJ4llhXo0NIl73wlnH

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 statedge-odds-brief-8f274775
```

Example prompt: Pull me the StatEdge odds brief for tonight's Chiefs vs Bills game — I want to see where the consensus line is sitting right now and whether there's been any significant movement across the books.

## When to prefer this

Use this endpoint when you need real-time, multi-book odds consensus and line movement for a specific game or event. It is ideal for identifying sharp line moves, finding the best available number, or understanding where the market is pricing a game. Prefer this over single-book odds fetches when cross-book comparison and movement data are important.

## Known failure modes

- Game not found or invalid game ID returns empty or error response
- No odds available yet for future games returns empty data
- Sportsbook data feed delay may cause stale lines
- Rate limit or payment failure (402) if USDC payment not processed correctly
- Sport or market type not supported returns error

## How this service works

Global sports analytics and intelligence API. AI-synthesized injury reports, ATS/spread analysis, matchup predictions, odds analysis, parlay optimization, referee tendency analysis, rest/travel advantage modeling, waiver wire recommendations, and global sports coverage. Covers NFL, NBA, MLB, NHL, EPL, La Liga, Bundesliga, Serie A, Ligue 1, IPL, cricket, F1, UFC, and more. Fantasy sports, streaming, and ticket affiliate links included in relevant endpoints. All endpoints support any language via ?lang=. Pricing: $0.05–$0.15 USDC/call via x402 micropayment.

## Output

A structured odds brief containing current consensus lines (spread, moneyline, over/under), line movement history, and per-sportsbook breakdowns aggregated from 20+ books, indicating where sharp and public money is flowing.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "sport": {
   "type": "string",
   "description": "Sport or league code. Global coverage: EPL/LALIGA/BUNDESLIGA/SERIEA/LIGUE1/UCL for European soccer; AFL/NRL/NBL for Australia; SIXNATIONS/NRL for rugby; F1 for Formula 1; CRICKET_IPL/CRICKET_BBL for cricket."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/statedge-odds-brief-8f274775/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stateedge.vercel.app](https://www.zero.xyz/host/stateedge.vercel.app/llms.txt)
