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/08b72998-b047-4612-b8e4-7d2de772868a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08b72998-b047-4612-b8e4-7d2de772868a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "520ed2f9-e93a-417a-894a-74f2ac9664bf",
    "completed": true,
    "last_updated": "2023-04-23T18:52:16.504868-04:00",
    "created_at": "2023-04-20T15:32:13.987360-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.15,
    "sport_category": "BKFC",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/520ed2f9-e93a-417a-894a-74f2ac9664bf",
    "datetime": "2023-04-22T15:00:00-04:00",
    "cutoff_datetime": "2023-04-22T15:00:00-04:00",
    "name": "Graham vs Cairns",
    "bettypes": [
        {
            "id": "93e0834c-0943-42a1-bcd9-bd5aa654f9aa",
            "match": "https://api-prod.gambitprofit.com/api/matches/08b72998-b047-4612-b8e4-7d2de772868a/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-20T15:32:13.991708-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": "Jonny Graham",
                        "amount": 7573.0
                    },
                    {
                        "team": "Will Cairns",
                        "amount": 2427.0
                    }
                ],
                "expected_reward_tokens": 9390.52,
                "profit_sb": -109.48,
                "profit_sb_percentage": -1.15,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e8b60f0e-196c-4a32-870b-afe4a544aa6d",
                    "gambit_id": "6c1cb968-d82e-4cb3-8c44-dcbc6489e4e6",
                    "last_updated": "2023-04-23T18:52:16.509416-04:00",
                    "created_at": "2023-04-20T15:32:13.995546-04:00",
                    "name": "Jonny Graham",
                    "reward": "1.24000",
                    "odds": "1.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93e0834c-0943-42a1-bcd9-bd5aa654f9aa/?format=api"
                },
                {
                    "id": "b301194b-b869-4d79-b502-61542b2b153b",
                    "gambit_id": "d9950c12-1657-4b67-a2f2-77f8724d56f6",
                    "last_updated": "2023-04-23T18:52:16.508022-04:00",
                    "created_at": "2023-04-20T15:32:13.993551-04:00",
                    "name": "Will Cairns",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93e0834c-0943-42a1-bcd9-bd5aa654f9aa/?format=api"
                }
            ]
        }
    ]
}