{
  "format": "delx/intent-card/v1",
  "id": "odds-chain-convert-api",
  "intent": "Odds Chain Converter for an agent workflow",
  "title": "Odds Chain Converter API for agents",
  "description": "Convert among decimal/american/fractional odds and implied prob. Call when normalizing mixed book formats into one probability space. Returns decimal, american, fractional, implied_prob 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 Chain Converter API",
    "Odds Chain Converter for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/odds-chain-convert-api",
  "machine_url": "https://commerce.delx.ai/intents/odds-chain-convert-api.json",
  "recommendation": {
    "tool_name": "util_odds_chain_convert",
    "service_name": "Odds Chain Converter",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/odds-chain-convert",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "decimal": {
          "type": "number",
          "description": "Decimal odds (>=1)"
        }
      },
      "required": [
        "decimal"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "decimal": 2.5
    },
    "example_output": {
      "schema": "delx/util-odds-chain-convert/v1",
      "decimal": 2.5,
      "american": 150,
      "fractional": "150/100",
      "implied_prob": 0.4
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/odds-chain-convert -m POST -H 'x-delx-source: intent-card-odds-chain-convert-api' --max-amount 0.001 -b '{\"decimal\":2.5}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-odds-chain-convert-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-chain-convert"
  }
}
