{"message":"Odds Tracker API","version":"1.0.0","endpoints":{"health":"/health","matches":"/api/matches","searchMatches":"GET /api/matches/search","createMatch":"POST /api/matches","getMatch":"GET /api/matches/:externalId","updateMatch":"PUT /api/matches/:externalId","updateOdds":"PATCH /api/matches/:externalId","deleteMatch":"DELETE /api/matches/:externalId","activeMatches":"GET /api/matches/active/list","matchesWithoutResults":"GET /api/matches/:status-without-results/:date","fixMatchDate":"POST /api/matches/fix-date","updateResult":"PATCH /api/matches/:externalId/result","allOdds":"GET /api/matches/all-odds","historyAll":"GET /api/matches/history/all","dailyCombinaisons":"GET /api/daily-combinaisons/:date/:siteKey","createCombinaison":"POST /api/daily-combinaisons","batchCombinaisons":"POST /api/daily-combinaisons/batch","deleteCombinaisons":"DELETE /api/daily-combinaisons/:date"}}