# AgentPayStore Parimutuel Sports Bet

> AgentPayStore Parimutuel Sports Bet is a paid API for AI agents from agentpaystore.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Places a $0.10 USDC parimutuel bet ticket on an NFL, MLB, NBA, or NHL game, with on-chain payouts settled against official ESPN results.

## Facts

- Endpoint: GET https://agentpaystore.com/sportsbook/api/bet
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentpaystore-parimutuel-sports-bet-7687ff0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NTtw8HibXqsXf6uvnecS0

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-parimutuel-sports-bet-7687ff0a
```

Example prompt: Place a $0.10 bet for me on tonight's NBA game — game ID nba_20240115_lakers_celtics — and pick the away team.

## When to prefer this

Choose this endpoint when you want to place a low-cost ($0.10), on-chain-settled parimutuel wager on a real professional sports game (NFL, MLB, NBA, or NHL) with transparent pro-rata payouts and automatic refunds for cancelled games. Prefer this over fixed-odds sportsbooks when you want community pool mechanics rather than house-set odds, and when you need blockchain-native settlement.

## Known failure modes

- Invalid or unrecognized game_id — no pool exists for that game
- Game already started or concluded — betting window closed
- One-sided pool (all bets on same side) — full refund issued
- Game cancelled or postponed — full refund issued
- Invalid league value — only NFL, MLB, NBA, NHL supported
- Invalid pick value — must be home or away
- Payment failure — USDC transaction not completed
- Insufficient funds — wallet balance below $0.10

## How this service works

One $0.10 ticket on the parimutuel pool of a real NFL, MLB, NBA or NHL game: {league, game_id, pick: home|away}. Correct pickers share 98% of all stakes on the game pro-rata; one-sided pools and off/cancelled games refund in full. Settled on the official ESPN result, payouts on-chain.

## Output

A confirmation that a $0.10 USDC parimutuel ticket has been entered into the pool for the specified game and pick. Winning tickets receive a pro-rata share of 98% of all stakes on that game, paid on-chain. If the pool is one-sided or the game is cancelled, the $0.10 stake is refunded in full. Settlement is based on the official ESPN result.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentpaystore-parimutuel-sports-bet-7687ff0a/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)
