# StatEdge Rest Advantage Analysis

> StatEdge Rest Advantage Analysis is a paid API for AI agents from stateedge.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Quantifies the betting and performance impact of rest days for sports teams, with historical against-the-spread context

## Facts

- Endpoint: GET https://stateedge.vercel.app/api/rest
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/statedge-rest-advantage-analysis-8de4e4db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xOWZyPBBiAtfzVM7PElJv

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 statedge-rest-advantage-analysis-8de4e4db
```

Example prompt: What's the rest advantage edge for the Lakers tonight — they've had 4 days off while the Celtics are on a back-to-back — and how have teams in similar rest situations performed against the spread historically?

## When to prefer this

Use this endpoint when you need to specifically quantify the impact of rest days on team performance and betting lines, especially when a meaningful rest differential exists between two teams. Prefer this over general matchup analysis when rest is a key variable in the betting decision and you want historical ATS context to back it up.

## Known failure modes

- Missing team or game parameters returns an error or empty result
- Unknown sport or team name returns a validation error
- Insufficient historical data for a specific rest scenario may return a low-confidence or incomplete result
- Paid endpoint returns 402 if payment header is missing or malformed

## How this service works

StatEdge rest advantage — quantified rest days analysis with ATS historical context

## Output

Returns a quantified rest advantage assessment including the rest differential between teams, historical ATS performance in comparable rest situations, trends in win/loss outcomes, and concrete betting implications based on rest context.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "team": {
   "type": "string",
   "description": "Team to analyze"
  },
  "sport": {
   "type": "string",
   "description": "sport"
  },
  "opponent": {
   "type": "string",
   "description": "opponent"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/statedge-rest-advantage-analysis-8de4e4db/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stateedge.vercel.app](https://www.zero.xyz/host/stateedge.vercel.app/llms.txt)
