PromoGrind exposes calculator math through a lightweight REST surface for partner tools, content embeds, and internal integrations.
Status: API function exists in supabase/functions/calc-api. Deployment is still a manual activation step.
Deploy command: supabase functions deploy calc-api
Auth: None required for the current calculator endpoints.
Convert bonus bets into guaranteed-cash outputs.
Return arbitrage stake sizing and locked profit math.
Expected-value calculation against a supplied fair probability.
Boosted-odds value and optimal hedge sizing.
Fair-odds and implied probability output.
Kelly fraction and bankroll sizing guidance.
{
"odds": "+300",
"hedgeOdds": "-320",
"stake": 100
}
Recommended use cases
Partner embeds, internal Studio surfaces, creator tools, and future public developer docs once deployment, support expectations, and rate posture are finalized.
Need embed-ready surfaces instead? Use the public iframe docs for the fastest path.