THE OCTAGON LIVE
UFC fight-prediction ensemble by JBAnalytics
Endpoints
- /docs — interactive Swagger UI (try predictions in your browser)
- /health — liveness check
POST /predict— fight prediction (see docs)
Example
curl -X POST https://thebeastufc-engine-production.up.railway.app/predict \
-H "Content-Type: application/json" \
-d '{"fighter_a":"Islam Makhachev","fighter_b":"Charles Oliveira","decimal_odds_a":1.65}'