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/d6214d7a-1069-4908-ba73-fcf984a7d022/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6214d7a-1069-4908-ba73-fcf984a7d022",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c4276f06-762b-47e1-9202-8d62cc589a2e",
    "completed": true,
    "last_updated": "2023-04-27T11:52:05.912087-04:00",
    "created_at": "2023-04-26T12:02:12.110742-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -3.01,
    "sport_category": "NHL Playoffs",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/c4276f06-762b-47e1-9202-8d62cc589a2e",
    "datetime": "2023-04-26T19:08:00-04:00",
    "cutoff_datetime": "2023-04-26T19:08:00-04:00",
    "name": "Florida Panthers v. Boston Bruins: To Win in Regulation Time",
    "bettypes": [
        {
            "id": "79ad5a8c-688e-4157-bc6a-16bb32ad8c68",
            "match": "https://api-prod.gambitprofit.com/api/matches/d6214d7a-1069-4908-ba73-fcf984a7d022/?format=api",
            "name": "FreeForm",
            "created_at": "2023-04-26T12:02:12.112578-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Boston Bruins",
                        "amount": 6833.0
                    },
                    {
                        "team": "Florida Panthers",
                        "amount": 3167.0
                    }
                ],
                "expected_reward_tokens": 11684.43,
                "profit_sb": 2184.43,
                "profit_sb_percentage": 22.99,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Boston Bruins",
                        "amount": 5389.0
                    },
                    {
                        "team": "Florida Panthers",
                        "amount": 2497.0
                    },
                    {
                        "team": "Tie",
                        "amount": 2114.0
                    }
                ],
                "expected_reward_tokens": 9213.93,
                "profit_sb": -286.07,
                "profit_sb_percentage": -3.01,
                "recommended": false
            },
            "lines": [
                {
                    "id": "5c675d37-a2cf-4c09-92d0-5592730ad3a7",
                    "gambit_id": "c6175f00-4448-46a7-bd19-457452179792",
                    "last_updated": "2023-04-27T11:52:05.918164-04:00",
                    "created_at": "2023-04-26T12:02:12.115388-04:00",
                    "name": "Boston Bruins",
                    "reward": "1.71000",
                    "odds": "1.74000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79ad5a8c-688e-4157-bc6a-16bb32ad8c68/?format=api"
                },
                {
                    "id": "4eca8dcf-4dfb-434e-93f8-827c08860c80",
                    "gambit_id": "e6e65d5e-72fa-4ee7-a21f-4c29fc37d93a",
                    "last_updated": "2023-04-27T11:52:05.920310-04:00",
                    "created_at": "2023-04-26T12:02:12.116773-04:00",
                    "name": "Florida Panthers",
                    "reward": "3.69000",
                    "odds": "3.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79ad5a8c-688e-4157-bc6a-16bb32ad8c68/?format=api"
                },
                {
                    "id": "30f450b2-5d55-4b06-8398-24e75f9fb305",
                    "gambit_id": "abf2c09e-627f-47c2-96a6-14476b649fd1",
                    "last_updated": "2023-04-27T11:52:05.916494-04:00",
                    "created_at": "2023-04-26T12:02:12.113963-04:00",
                    "name": "Tie",
                    "reward": "4.36000",
                    "odds": "4.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79ad5a8c-688e-4157-bc6a-16bb32ad8c68/?format=api"
                }
            ]
        }
    ]
}