# SignalPulse GB/IRE Racing Card AI Scan

> SignalPulse GB/IRE Racing Card AI Scan is a paid API for AI agents from signalpulse.theaslangroupllc.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Scans today's Great Britain and Ireland horse and greyhound racing card to identify the single highest expected-value pick plus value selections across every race, using multi-factor analysis including RPR/Topspeed, draw bias, pace, going×form, trap affinity, and live exchange prices.

## Facts

- Endpoint: GET https://signalpulse.theaslangroupllc.com/api/scan/racing
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalpulse-gb-ire-racing-card-ai-scan-1ab0a1f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tdIoHLHtvXNt9r3DOrs8m

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 signalpulse-gb-ire-racing-card-ai-scan-1ab0a1f3
```

Example prompt: Scan today's GB and Ireland racing card and give me the single highest expected-value pick plus any standout value selections across all races — horses and greyhounds — using the full RPR, draw bias, pace, going-form, and live exchange price analysis.

## When to prefer this

Choose this endpoint when you need a systematic, multi-factor AI-driven scan of the full GB/IRE racing card for today, covering both horse and greyhound races, and want a single top EV pick plus value selections across all races rather than a targeted query about a specific player or match. Prefer this over generic odds aggregators when you need RPR, going×form, draw bias, pace, and live exchange pricing synthesized into a ranked expected-value output.

## Known failure modes

- No racing scheduled today for GB/IRE — empty card returns no selections
- Live exchange price feed unavailable, resulting in incomplete EV calculation
- Race card data not yet published for the day, returning partial results
- Payment of 0.5 USDC not processed, returning 402 payment required
- Insufficient historical data for a specific track or meeting, reducing confidence of picks

## How this service works

Today's GB/IRE horse-racing card scanned for AI betting & research agents — the single highest expected-value pick plus value selections across every race. Fires the full engine: RPR/Topspeed, draw bias, pace, going×form and trainer/jockey records; live exchange/forecast prices for genuine EV. Sizing, alerts & the tracked record are premium.

## Output

Returns the top expected-value pick for today's GB/IRE racing card along with value selections across every race (horse and greyhound), backed by multi-factor analysis including RPR/Topspeed ratings, draw bias, pace profiling, going×form, trainer/jockey records (horses), trap affinity, early-speed, run-time and track-bias (greyhounds), and live exchange/forecast prices used to compute genuine EV.

## 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": {
      "type": {
       "type": "string"
      },
      "market_type": {
       "type": "string",
       "description": "optional focus: win | place | each-way | forecast | tricast (a hint, not a cap)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tier": "agent_analysis",
  "top_pick": {
   "bet_type": "each-way",
   "edge_pct": 9,
   "key_edge": "Proven on soft while rivals unproven; drawn low on a turning track",
   "selection": "Runner #3",
   "confidence": 0.6
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalpulse-gb-ire-racing-card-ai-scan-1ab0a1f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signalpulse.theaslangroupllc.com](https://www.zero.xyz/host/signalpulse.theaslangroupllc.com/llms.txt)
