# SignalPulse MLB & NFL Game Picks Scanner

> SignalPulse MLB & NFL Game Picks Scanner is a paid API for AI agents from signalpulse.theaslangroupllc.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns 3 ranked positive-expected-value sports betting picks for MLB and NFL games with full statistical reasoning using Statcast metrics, line consensus, and situational factors

## Facts

- Endpoint: GET https://signalpulse.theaslangroupllc.com/api/scan/game
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalpulse-mlb-nfl-game-picks-scanner-dfcac017
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S_7qVki17s8SvQcdoF5I3

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-mlb-nfl-game-picks-scanner-dfcac017
```

Example prompt: Scan today's MLB and NFL games and give me the top 3 positive-expected-value picks using Statcast xERA regression, confirmed lineups, and de-vigged Bovada/FanDuel/Pinnacle consensus lines — include the full reasoning for each pick.

## When to prefer this

Choose this endpoint when you need MLB or NFL specific picks backed by Statcast-grade statistical models (xERA, xwOBA, EPA) rather than generic sports picks. Best when you want de-vigged consensus lines across multiple sportsbooks and ranked plays with transparent, verifiable reasoning rather than black-box predictions.

## Known failure modes

- No games scheduled for requested date returns empty picks
- Missing confirmed batting orders may reduce MLB pick confidence
- Weather data unavailable for NFL outdoor games
- Odds not yet posted for upcoming games returns partial results
- Rate limit or payment failure returns 402 error

## How this service works

MLB & NFL game picks with Statcast-grade edge — MLB: Baseball Savant xERA luck regression, confirmed batting orders, xwOBA batter splits, park factors + Bovada run totals. NFL: EPA/nflverse participation + weather + injuries. De-vigged Bovada/FanDuel/Pinnacle consensus across MLB, NFL, NBA, soccer, tennis and MMA. Returns 3 ranked +EV plays with full reasoning. Verifiable track record: https://signalpulse.theaslangroupllc.com/track-record

## Output

Returns 3 ranked +EV betting plays with full reasoning including: Statcast-grade metrics (xERA luck regression, xwOBA batter splits, park factors), de-vigged consensus odds across Bovada/FanDuel/Pinnacle, confirmed batting orders, EPA/nflverse participation data, weather and injury factors for NFL, and a verifiable track record link.

## 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",
     "required": [
      "sport"
     ],
     "properties": {
      "event": {
       "type": "string",
       "description": "optional"
      },
      "sport": {
       "type": "string",
       "description": "mlb | nba | nfl | nhl | wnba | soccer_epl | tennis | mma | esports … (required)"
      },
      "market_type": {
       "type": "string",
       "description": "optional focus: moneyline | spread | total | props"
      }
     }
    }
   },
   "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_picks": [
   {
    "pick": "Yankees team total Over 4.5",
    "confidence": "medium",
    "edge_reason": "Wind blowing out 18mph to RF + opposing RHP fly-ball rate…"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalpulse-mlb-nfl-game-picks-scanner-dfcac017/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)
