# GamePulse Esports Betting Analysis

> GamePulse Esports Betting Analysis is a paid API for AI agents from gamepulse-zeta.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns pre-match esports betting analysis with betting angles, confidence ratings, and strategic insights for upcoming matches.

## Facts

- Endpoint: GET https://gamepulse-zeta.vercel.app/api/esports/betting
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gamepulse-esports-betting-analysis-3696d116
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eihvJQqdGL-083xiiME1O

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 gamepulse-esports-betting-analysis-3696d116
```

Example prompt: Give me the betting analysis with confidence ratings and betting angles for the upcoming Team Vitality vs NAVI CS2 match at ESL Pro League — I want to know which side looks like the value play.

## When to prefer this

Use this endpoint when you need structured pre-match betting analysis with explicit confidence ratings and betting angles for esports matches. Prefer this over generic team stats endpoints when the goal is actionable betting guidance rather than raw performance data. Ideal for agents assisting users who want to place informed bets on esports.

## Known failure modes

- Match not found or not yet in system — returns empty or error response
- Match already completed — pre-match analysis unavailable
- Invalid team or tournament name — may return no results
- Service unavailable or payment processing failure — 402 or 5xx error
- Rate limiting if too many calls made in succession

## How this service works

Esports betting analysis for esports-betting and esports agents. Returns pre-match analysis with betting angles and confidence ratings.

## Output

A structured pre-match analysis report including betting angles (e.g. map handicap, moneyline, totals), confidence ratings per angle, team form and context, and strategic betting recommendations for the specified esports match.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "game": {
   "type": "string",
   "description": "game"
  },
  "match": {
   "type": "string",
   "description": "match"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamepulse-esports-betting-analysis-3696d116/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gamepulse-zeta.vercel.app](https://www.zero.xyz/host/gamepulse-zeta.vercel.app/llms.txt)
