# FootballPulse Accumulator — Multi-Match Parlay Selections

> FootballPulse Accumulator — Multi-Match Parlay Selections is a paid API for AI agents from footballpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Returns evidence-based multi-match parlay (accumulator) selections ranked by confidence, with EV analysis, a banker pick, and a stake guide.

## Facts

- Endpoint: GET https://footballpulse.theaslangroupllc.com/api/accumulator
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/footballpulse-accumulator-multi-match-parlay-selections-263a9b2c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V2A8IB0K9zm8oNCOUFybd

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 footballpulse-accumulator-multi-match-parlay-selections-263a9b2c
```

Example prompt: Put together a confidence-ranked football accumulator for this weekend's matches — give me the banker pick, EV analysis for each leg, and a recommended stake breakdown.

## When to prefer this

Use this endpoint when you need a ready-made multi-leg football parlay rather than single-match analysis. It is ideal for agents building accumulator betting strategies, especially when you want confidence ranking across legs and a built-in stake guide. Prefer this over the value-bets or match-preview endpoints when the user specifically wants a combined bet slip rather than individual match intelligence.

## Known failure modes

- No matches available for the requested matchday returns empty selections
- Invalid league or date parameter returns a 400 error
- Insufficient market data for EV analysis returns partial results with lower confidence scores
- Payment not processed or x402 auth failure returns 402 Payment Required
- Service unavailable or data feed lag returns 503

## How this service works

Evidence-based multi-match parlay selections ranked by confidence — EV analysis, banker pick and stake guide. For football betting agents.

## Output

A structured response containing multiple match selections ranked by confidence, expected value scores for each leg, a designated banker pick (the highest-confidence selection), and a stake guide indicating how to size bets across the accumulator.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "date": {
       "type": "string",
       "description": "optional, defaults to today/weekend"
      },
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | pt | ja | zh | ko | ar (default: en)"
      },
      "leagues": {
       "type": "string",
       "description": "comma-separated league codes e.g. PL,PD,BL1,SA,FL1 (optional, defaults to top 5)"
      },
      "max_legs": {
       "type": "string",
       "description": "maximum number of selections, 2-8 (default 5). Pay-per-leg via the upto scheme: $0.07 + $0.01/leg (5 legs = $0.12); exact-scheme payments are flat $0.15."
      },
      "strategy": {
       "type": "string",
       "description": "value | safe | btts | goals | mixed (default: value)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "date": "2026-06-07",
  "strategy": "value",
  "selections": [
   {
    "pick": "Over 2.5",
    "match": "Arsenal vs Chelsea",
    "market": "Over 2.5 Goals",
    "confidence": "HIGH",
    "competition": "Premier League",
    "decimal_odds": "1.72"
   },
   {
    "pick": "Yes",
    "match": "Bayern vs Dortmund",
    "market": "BTTS",
    "confidence": "HIGH",
    "competition": "Bundesliga",
    "decimal_odds": "1.85"
   }
  ],
  "acca_summary": {
   "risk_rating": "MEDIUM RISK",
   "combined_odds": "8.20",
   "ev_assessment": "Positive EV"
  },
  "banker_selection": "Over 2.5 Goals — Arsenal vs Chelsea"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/footballpulse-accumulator-multi-match-parlay-selections-263a9b2c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from footballpulse.theaslangroupllc.com](https://www.zero.xyz/host/footballpulse.theaslangroupllc.com/llms.txt)
