{
  "format": "delx/intent-card/v1",
  "id": "odds-vig-strip-api",
  "intent": "Odds Vig Strip Two-Way for an agent workflow",
  "title": "Odds Vig Strip Two-Way API for agents",
  "description": "Strip proportional vig from two-way decimal odds to fair probs. Call when fair probability recovery from a two-way book. Returns fair_probs and overround as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.",
  "keywords": [
    "Odds Vig Strip Two-Way API",
    "Odds Vig Strip Two-Way for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/odds-vig-strip-api",
  "machine_url": "https://commerce.delx.ai/intents/odds-vig-strip-api.json",
  "recommendation": {
    "tool_name": "util_odds_vig_strip",
    "service_name": "Odds Vig Strip Two-Way",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/odds-vig-strip",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "odds_a": {
          "type": "number",
          "description": "Decimal odds for side A"
        },
        "odds_b": {
          "type": "number",
          "description": "Decimal odds for side B"
        }
      },
      "required": [
        "odds_a",
        "odds_b"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "odds_a": 1.9,
      "odds_b": 1.95
    },
    "example_output": {
      "schema": "delx/util-odds-vig-strip/v1",
      "fair_probs": [
        0.5064935064935064,
        0.49350649350649356
      ],
      "overround": 0.03913630229419707
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/odds-vig-strip -m POST -H 'x-delx-source: intent-card-odds-vig-strip-api' --max-amount 0.001 -b '{\"odds_a\":1.9,\"odds_b\":1.95}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-odds-vig-strip-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/odds-vig-strip"
  }
}
