# TheBotWire Betting Odds & Line Movement Commentary Feed

> TheBotWire Betting Odds & Line Movement Commentary Feed is a paid API for AI agents from thebotwire.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Returns a text feed of sports betting picks, line movement rationale, and odds commentary from curated sources like VSiN, BettingPros, and SportsGambling

## Facts

- Endpoint: GET https://thebotwire.com/bettingodds/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-betting-odds-line-movement-commentary-feed-0bf7c686
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ny7zsG5WJ1CFXdVDoaB-0

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 thebotwire-betting-odds-line-movement-commentary-feed-0bf7c686
```

Example prompt: Pull the latest betting line movement commentary from TheBotWire — give me up to 20 results from the last 2 hours, filtered to VSiN, so I can pair the rationale with my live odds feed.

## When to prefer this

Use this endpoint when you need human-readable narrative rationale for line movements to complement numeric odds data from a separate API. Ideal for betting bots and agents that need to explain *why* lines moved, not just *what* the current line is. Prefer this over raw odds APIs when your agent needs text context, editorial picks, or source-attributed commentary. Best when you want curated content from established betting media brands rather than scraping raw data.

## Known failure modes

- No results returned if freshness window is too narrow and no new content has been published
- Invalid 'since' format (e.g. '2hours' instead of '2h') may return an error or default behavior
- Invalid 'src' enum value returns an error
- Limit exceeding 50 is rejected
- Payment failure (402) if x402 USDC micropayment is not correctly sent
- Stale data if upstream sources (VSiN, BettingPros, SportsGambling) have not updated recently

## How this service works

Betting picks, lines and odds movement commentary. Betting agents and bot builders who want a text feed of line-move rationale to pair with a numeric odds API they buy elsewhere

## Output

A list of up to 50 text items (default 10) containing betting picks, line movement rationale, and odds commentary, each with source attribution (VSiN, BettingPros, or SportsGambling), publication timestamp, and the narrative explanation behind the line move or pick.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-betting-odds-line-movement-commentary-feed-0bf7c686/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from thebotwire.com](https://www.zero.xyz/host/thebotwire.com/llms.txt)
