# StatEdge Rest Advantage Analysis

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

Returns quantified rest days analysis with ATS historical context for sports betting and fantasy decisions

## Facts

- Endpoint: GET https://stateedge.theaslangroupllc.com/api/rest
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/statedge-rest-advantage-analysis-799370b1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zzrzjzd0eqUacMw5cu5io

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-799370b1
```

Example prompt: What's the quantified rest advantage for tonight's Celtics vs Heat game — how many days rest does each team have and what do the historical ATS trends say about teams in that same rest situation?

## When to prefer this

Choose this endpoint when you need a dedicated, quantified rest days analysis with ATS historical backing — not just raw schedule data. Prefer this over general matchup or odds endpoints when the core question is whether rest differential is statistically significant for a given game, or when you need rest-contextualized ATS records to inform a bet or lineup decision.

## Known failure modes

- Unknown team or game identifier returns 404 or empty result
- Game too far in the future with insufficient scheduling data may return incomplete rest information
- Malformed query parameters result in 400 bad request
- Historical ATS data unavailable for niche or new leagues
- Rate limiting or payment failure returns 402 or 429

## How this service works

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

## Output

Returns a structured analysis of rest days for each team in a matchup, including a quantified rest advantage score, historical against-the-spread records broken down by rest scenarios, and betting implications derived from past performance in similar rest situations.

## 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-799370b1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stateedge.theaslangroupllc.com](https://www.zero.xyz/host/stateedge.theaslangroupllc.com/llms.txt)
