{"uid":"cap_VHjGIdo-V_5Gf6OyD58Cs","slug":"delx-odds-chain-convert-276ae992","name":"Delx Odds Chain Convert","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.","url":"https://api.delx.ai/api/v1/x402/odds-chain-convert","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"decimal":{"type":"number","description":"Decimal odds (>=1)"}}},"responseSchema":{"type":"json","example":{"schema":"delx/util-odds-chain-convert/v1","decimal":2.5,"american":150,"fractional":"150/100","implied_prob":0.4}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_r_xntsxruuC_Np4Pt-ppZ","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Converts decimal odds into American, fractional, and implied probability formats in a single call","exampleAgentPrompt":"Convert decimal odds of 2.5 into American moneyline, fractional, and implied probability formats for me.","exampleUseCases":[{"title":"Sportsbook odds format normalizer","prompt":"I'm pulling odds from a European sportsbook that gives decimal odds of 3.75 — can you convert that into American moneyline and fractional format so I can compare it with US books?"},{"title":"Implied probability for betting model","prompt":"What's the implied probability behind decimal odds of 1.91? I need it for my expected value calculation."},{"title":"Display-ready odds for a fan app","prompt":"My app shows odds in decimal, but users want to see American and fractional too — convert 2.0 decimal odds into all three formats so I can display them side by side."}],"resultDescription":"A JSON object containing the original decimal odds, the equivalent American (moneyline) odds as an integer, fractional odds as a string (e.g. '150/100'), and the implied probability as a decimal between 0 and 1.","failureModes":["Decimal odds below 1.0 are invalid — the endpoint expects values >= 1","Non-numeric or missing 'decimal' field returns a validation error","Extremely large decimal values may produce unusual but mathematically valid American odds representations"],"whenToPreferThis":"Use this endpoint when you need to simultaneously convert a single decimal odds value into all three standard betting formats (American, fractional, implied probability) in one call, rather than computing each separately. Ideal for sports betting applications, analytics pipelines, or display layers that must support multiple regional odds formats.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T07:14:48.914Z","isFirstParty":false}