curl --request GET \ --url https://api.mrdoge.co/v2/ai/value-opportunities
Copy
{ "opportunities": [ { "id": "rec_123456", "eventId": "123456", "marketId": "mkt_123456", "betItemId": "bet_123456", "outcome": "Home Win", "odds": 2.1, "confidence": "High", "edgePercentage": 6.8, "kellyFraction": 0.032, "rationale": [ "Home team's excellent form (8 wins in last 10)", "Away team struggling defensively (10 goals conceded in 3 games)" ], "riskFactors": [ "Away team has key players returning from injury" ], "dataSupport": [ "Simulation gives 52% home win probability vs 47.6% implied by odds" ], "settled": false, "result": "won" } ], "summary": { "totalOpportunities": 123, "averageEdge": 123, "highConfidence": 123 }}
Get Top Value Opportunities
Get the highest-edge betting opportunities currently available
GET
/
v2
/
ai
/
value-opportunities
Get Top Value Opportunities
Copy
curl --request GET \ --url https://api.mrdoge.co/v2/ai/value-opportunities
Copy
{ "opportunities": [ { "id": "rec_123456", "eventId": "123456", "marketId": "mkt_123456", "betItemId": "bet_123456", "outcome": "Home Win", "odds": 2.1, "confidence": "High", "edgePercentage": 6.8, "kellyFraction": 0.032, "rationale": [ "Home team's excellent form (8 wins in last 10)", "Away team struggling defensively (10 goals conceded in 3 games)" ], "riskFactors": [ "Away team has key players returning from injury" ], "dataSupport": [ "Simulation gives 52% home win probability vs 47.6% implied by odds" ], "settled": false, "result": "won" } ], "summary": { "totalOpportunities": 123, "averageEdge": 123, "highConfidence": 123 }}
Requires Authentication: This endpoint requires an API key and costs 2 credits per request.
Returns only the best value betting opportunities that meet your minimum edge threshold. This endpoint filters recommendations to show only the highest-quality opportunities.Perfect for finding the best bets quickly without browsing all recommendations.