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/f0a96710-ebd1-405b-b30b-4f4cee387863/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0a96710-ebd1-405b-b30b-4f4cee387863",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b0fb96f2-6531-4d8a-a29d-92ae13e26afb",
    "completed": true,
    "last_updated": "2023-04-27T11:52:10.496582-04:00",
    "created_at": "2023-04-26T12:02:13.092467-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -3.64,
    "sport_category": "NHL Playoffs",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/b0fb96f2-6531-4d8a-a29d-92ae13e26afb",
    "datetime": "2023-04-26T21:38:00-04:00",
    "cutoff_datetime": "2023-04-26T21:38:00-04:00",
    "name": "Seattle Kraken v. Colorado Avalanche: To Win in Regulation Time",
    "bettypes": [
        {
            "id": "66a24971-925f-4b47-8602-ed355e908f16",
            "match": "https://api-prod.gambitprofit.com/api/matches/f0a96710-ebd1-405b-b30b-4f4cee387863/?format=api",
            "name": "FreeForm",
            "created_at": "2023-04-26T12:02:13.095455-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Colorado Avalanche",
                        "amount": 6433.0
                    },
                    {
                        "team": "Seattle Kraken",
                        "amount": 3567.0
                    }
                ],
                "expected_reward_tokens": 11771.1,
                "profit_sb": 2271.1,
                "profit_sb_percentage": 23.91,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Colorado Avalanche",
                        "amount": 5003.0
                    },
                    {
                        "team": "Seattle Kraken",
                        "amount": 2775.0
                    },
                    {
                        "team": "Tie",
                        "amount": 2222.0
                    }
                ],
                "expected_reward_tokens": 9154.64,
                "profit_sb": -345.36,
                "profit_sb_percentage": -3.64,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8be1db85-81ce-453f-a45a-d8182c5eafa3",
                    "gambit_id": "79e88cf0-d9c9-4ccd-8c63-020451315e74",
                    "last_updated": "2023-04-27T11:52:10.504189-04:00",
                    "created_at": "2023-04-26T12:02:13.098942-04:00",
                    "name": "Colorado Avalanche",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66a24971-925f-4b47-8602-ed355e908f16/?format=api"
                },
                {
                    "id": "f6c7e98b-7691-4211-bcf7-97c6f616809d",
                    "gambit_id": "d1f1e59d-20d2-4154-9a91-80c0879b367a",
                    "last_updated": "2023-04-27T11:52:10.506523-04:00",
                    "created_at": "2023-04-26T12:02:13.100740-04:00",
                    "name": "Seattle Kraken",
                    "reward": "3.30000",
                    "odds": "3.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66a24971-925f-4b47-8602-ed355e908f16/?format=api"
                },
                {
                    "id": "e10f236d-78d5-4106-a32c-6bbf6336c832",
                    "gambit_id": "33d57eaa-4009-4f88-8ae9-b66a7bb691a4",
                    "last_updated": "2023-04-27T11:52:10.502025-04:00",
                    "created_at": "2023-04-26T12:02:13.097120-04:00",
                    "name": "Tie",
                    "reward": "4.12000",
                    "odds": "4.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66a24971-925f-4b47-8602-ed355e908f16/?format=api"
                }
            ]
        }
    ]
}