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/a56821de-1ef2-4364-a2d2-01ca13ff4657/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a56821de-1ef2-4364-a2d2-01ca13ff4657",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "e40ea41c-91e1-42a4-bd50-123adcc1c647",
    "completed": true,
    "last_updated": "2023-03-06T15:02:21.163192-05:00",
    "created_at": "2023-03-02T03:42:08.588252-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.84,
    "sport_category": "BKFC",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/e40ea41c-91e1-42a4-bd50-123adcc1c647",
    "datetime": "2023-03-04T14:00:00-05:00",
    "cutoff_datetime": "2023-03-04T14:00:00-05:00",
    "name": "Carmichael vs Cairns",
    "bettypes": [
        {
            "id": "194a56c7-3a6e-4790-842d-d6f34e7e3108",
            "match": "https://api-prod.gambitprofit.com/api/matches/a56821de-1ef2-4364-a2d2-01ca13ff4657/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-03-02T03:42:08.590173-05: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": "Ryan Carmichael",
                        "amount": 7083.0
                    },
                    {
                        "team": "Will Cairns",
                        "amount": 2917.0
                    }
                ],
                "expected_reward_tokens": 9420.39,
                "profit_sb": -79.61,
                "profit_sb_percentage": -0.84,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6dbb9057-b75e-4c04-b820-d5ca25ca8f61",
                    "gambit_id": "1ede98c4-a2e1-4a56-9198-1edb6a9cba97",
                    "last_updated": "2023-03-06T15:02:21.167150-05:00",
                    "created_at": "2023-03-02T03:42:08.593191-05:00",
                    "name": "Ryan Carmichael",
                    "reward": "1.33000",
                    "odds": "1.34000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194a56c7-3a6e-4790-842d-d6f34e7e3108/?format=api"
                },
                {
                    "id": "f29f5d83-78e6-4284-80b2-115e1b9bb115",
                    "gambit_id": "970d96f2-1162-4366-be4f-e402b664d985",
                    "last_updated": "2023-03-06T15:02:21.165986-05:00",
                    "created_at": "2023-03-02T03:42:08.591792-05:00",
                    "name": "Will Cairns",
                    "reward": "3.23000",
                    "odds": "3.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194a56c7-3a6e-4790-842d-d6f34e7e3108/?format=api"
                }
            ]
        }
    ]
}