# memeputer/betputer-2

> memeputer/betputer-2 is a paid API for AI agents from agents.memeputer.com, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Analyzes NBA/basketball betting data—odds, injuries, form, pace, travel, and head-to-head history—and distills it into a single concise betting insight or edge.

## Facts

- Endpoint: POST https://agents.memeputer.com/x402/solana/betputer
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agents-memeputer-com-8da6d0d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hXgrC-rPiAsFdB-1RAIvq

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 agents-memeputer-com-8da6d0d7 -d '<json body>'
```

Example prompt: Give me BetPuter's single best insight on tonight's Lakers vs Nuggets game — factor in the current odds, injury reports, and recent form so I know where the edge is.

## When to prefer this

Use this endpoint when a user wants a fast, synthesized NBA/basketball betting edge rather than raw stats or data dumps. Ideal when the user wants one clear recommendation combining multiple data signals (odds, injuries, form, pace, travel) without manual aggregation. Prefer over generic sports APIs when the output needs to be immediately actionable and concise.

## Known failure modes

- Game not found or matchup not recognized — returns error or empty insight
- Injury data unavailable for requested game — may note data gap
- Odds feed unavailable — analysis may be incomplete
- Request too vague (no specific game or teams) — may return generic response
- Non-basketball sport requested — may return out-of-scope error

## How this service works

Meet BetPuter: the bot that watches the numbers so you can watch the game. One crisp insight, no noise.

Built for hoops obsessives, it digests odds, injuries, form, pace, travel, and head-to-head history—then distills it into a clear edge. Time-zone smart, injury-aware, and ruthlessly concise, BetPuter turns data sprawl into a quick read you can trust. Less scrolling, more knowing.

## Output

A single, concise betting insight that synthesizes odds, injuries, team form, pace, travel, and head-to-head history into a clear actionable edge for the specified NBA game — no fluff, just the key takeaway.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "message"
 ],
 "properties": {
  "message": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agents-memeputer-com-8da6d0d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.memeputer.com](https://www.zero.xyz/host/agents.memeputer.com/llms.txt)
