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/a47cb544-4446-487e-a312-735b5f66473d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a47cb544-4446-487e-a312-735b5f66473d",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "1c618f4a-6205-4f57-ac3e-4e584899832e",
    "completed": true,
    "last_updated": "2023-04-30T15:22:10.595697-04:00",
    "created_at": "2023-04-29T16:27:00.094808-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -3.24,
    "sport_category": "BKFC",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/1c618f4a-6205-4f57-ac3e-4e584899832e",
    "datetime": "2023-04-29T19:00:00-04:00",
    "cutoff_datetime": "2023-04-29T19:00:00-04:00",
    "name": "Willoughby vs Seybold",
    "bettypes": [
        {
            "id": "420cc309-9a23-492c-a488-726ebb10cb22",
            "match": "https://api-prod.gambitprofit.com/api/matches/a47cb544-4446-487e-a312-735b5f66473d/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-29T16:27:00.096419-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": "Jack Willoughby",
                        "amount": 6170.0
                    },
                    {
                        "team": "Mitch Seybold",
                        "amount": 3830.0
                    }
                ],
                "expected_reward_tokens": 9192.0,
                "profit_sb": -308.0,
                "profit_sb_percentage": -3.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2da3a738-c1c0-4895-8d79-18449c9c7541",
                    "gambit_id": "ea290ac6-1251-4cf9-8e0a-6a0a882e200c",
                    "last_updated": "2023-04-30T15:22:10.600154-04:00",
                    "created_at": "2023-04-29T16:27:00.098970-04:00",
                    "name": "Jack Willoughby",
                    "reward": "1.49000",
                    "odds": "1.54000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/420cc309-9a23-492c-a488-726ebb10cb22/?format=api"
                },
                {
                    "id": "99cc8f9b-004e-439f-9fce-b423e26064ff",
                    "gambit_id": "9231e8ad-ca09-43fe-9ae7-309727626ba0",
                    "last_updated": "2023-04-30T15:22:10.598784-04:00",
                    "created_at": "2023-04-29T16:27:00.097663-04:00",
                    "name": "Mitch Seybold",
                    "reward": "2.40000",
                    "odds": "2.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/420cc309-9a23-492c-a488-726ebb10cb22/?format=api"
                }
            ]
        }
    ]
}