InputPOST /api/v1/x402/odds-vig-strip
{
"odds_a": 1.9,
"odds_b": 1.95
}
Signal normalize · signal-normalize
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.
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/odds-vig-strip -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"odds_a":1.9,"odds_b":1.95}'
{
"odds_a": 1.9,
"odds_b": 1.95
}
{
"schema": "delx/util-odds-vig-strip/v1",
"fair_probs": [
0.5064935064935064,
0.49350649350649356
],
"overround": 0.03913630229419707
}
Machine-readable evidence