{
 "name": "MalluSports Open Prediction API",
 "version": "1",
 "licence": "CC BY 4.0 - free to use with attribution to https://mallusports.pro",
 "auth": "none",
 "cors": "*",
 "rate_limit": "none - please cache for 5 minutes",
 "attribution": "Link back to https://mallusports.pro when you use this data.",
 "endpoints": {
  "today": {
   "url": "https://mallusports.pro/api/v1/today.json",
   "description": "Today's published predictions"
  },
  "history": {
   "url": "https://mallusports.pro/api/v1/history.json",
   "description": "Every settled pick with the final score"
  },
  "stats": {
   "url": "https://mallusports.pro/api/v1/stats.json",
   "description": "Hit rate and ROI overall, by league, market and confidence"
  }
 },
 "docs": "https://mallusports.pro/api/"
}