Matches can be viewed and edited (when logged in). Use "tokens" url parameter to modify token amount. Use "limit" and "offset" parameters to set the limit and offset of the result. Look in the filters dialog to see how to programmatically filter and sort.
GET /api/matches/41326176-be6e-4390-b68c-3b897318dfcd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41326176-be6e-4390-b68c-3b897318dfcd",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2a610558-9235-4f4b-bf80-3f2cb2b41bf6",
    "completed": true,
    "last_updated": "2023-04-22T16:12:08.428097-04:00",
    "created_at": "2023-04-20T15:27:08.427488-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.79,
    "sport_category": "BKFC",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/2a610558-9235-4f4b-bf80-3f2cb2b41bf6",
    "datetime": "2023-04-21T20:00:00-04:00",
    "cutoff_datetime": "2023-04-21T20:00:00-04:00",
    "name": "Ricchi vs Lozano",
    "bettypes": [
        {
            "id": "cdfa1215-fc08-4253-b776-391a8eb81316",
            "match": "https://api-prod.gambitprofit.com/api/matches/41326176-be6e-4390-b68c-3b897318dfcd/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-20T15:27:08.430008-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Francesco Ricchi",
                        "amount": 8492.0
                    },
                    {
                        "team": "Erick Lozano",
                        "amount": 1508.0
                    }
                ],
                "expected_reward_tokens": 9425.0,
                "profit_sb": -75.0,
                "profit_sb_percentage": -0.79,
                "recommended": false
            },
            "lines": [
                {
                    "id": "be30489a-e1c7-4df8-b121-fa7a71a92882",
                    "gambit_id": "8723ba2e-3863-4fa5-ae8b-41b5e13c86c1",
                    "last_updated": "2023-04-22T16:12:08.433943-04:00",
                    "created_at": "2023-04-20T15:27:08.434666-04:00",
                    "name": "Francesco Ricchi",
                    "reward": "1.11000",
                    "odds": "1.12000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdfa1215-fc08-4253-b776-391a8eb81316/?format=api"
                },
                {
                    "id": "e7080c25-56c6-449e-8b81-8b81a762df4f",
                    "gambit_id": "8cc668ed-62d7-4b64-803b-fb431ecd506b",
                    "last_updated": "2023-04-22T16:12:08.431921-04:00",
                    "created_at": "2023-04-20T15:27:08.432222-04:00",
                    "name": "Erick Lozano",
                    "reward": "6.25000",
                    "odds": "6.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdfa1215-fc08-4253-b776-391a8eb81316/?format=api"
                }
            ]
        }
    ]
}