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/f70b2b2a-5c3c-4d7e-b96d-8a7b97a3a7d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f70b2b2a-5c3c-4d7e-b96d-8a7b97a3a7d1",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a3afbe6e-8eb2-4bc7-ba6b-a55743990481",
    "completed": true,
    "last_updated": "2022-11-14T11:02:51.221559-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.3,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/a3afbe6e-8eb2-4bc7-ba6b-a55743990481",
    "datetime": "2022-11-12T19:05:00-05:00",
    "cutoff_datetime": "2022-11-12T19:05:00-05:00",
    "name": "Boston Bruins v. Buffalo Sabres",
    "bettypes": [
        {
            "id": "9e1900a7-3c88-426f-ac2d-19ad3886ac7e",
            "match": "https://api-prod.gambitprofit.com/api/matches/f70b2b2a-5c3c-4d7e-b96d-8a7b97a3a7d1/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-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": "Boston Bruins",
                        "amount": 6179.0
                    },
                    {
                        "team": "Buffalo Sabres",
                        "amount": 3821.0
                    }
                ],
                "expected_reward_tokens": 9206.71,
                "profit_sb": 206.71,
                "profit_sb_percentage": 2.3,
                "recommended": true
            },
            "lines": [
                {
                    "id": "8e7fa877-8a7a-440c-b859-937b15ecbd81",
                    "gambit_id": "4de34f4d-6d56-4666-aedf-cc1c825be84a",
                    "last_updated": "2022-11-14T11:02:51.231881-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Boston Bruins",
                    "reward": "1.49000",
                    "odds": "1.55560",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e1900a7-3c88-426f-ac2d-19ad3886ac7e/?format=api"
                },
                {
                    "id": "fe3de9f4-6bc4-4acb-b697-9fdb72a5824f",
                    "gambit_id": "83824098-3abc-4a31-8531-f89662516b01",
                    "last_updated": "2022-11-14T11:02:51.230898-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Sabres",
                    "reward": "2.41000",
                    "odds": "2.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e1900a7-3c88-426f-ac2d-19ad3886ac7e/?format=api"
                }
            ]
        },
        {
            "id": "8bf566e4-9b79-4baa-b292-f74483058c83",
            "match": "https://api-prod.gambitprofit.com/api/matches/f70b2b2a-5c3c-4d7e-b96d-8a7b97a3a7d1/?format=api",
            "name": "Play the Odds",
            "created_at": "1969-12-31T19:00:00-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": "Buffalo Sabres",
                        "amount": 5984.0
                    },
                    {
                        "team": "Boston Bruins",
                        "amount": 4016.0
                    }
                ],
                "expected_reward_tokens": 9155.52,
                "profit_sb": 155.52,
                "profit_sb_percentage": 1.73,
                "recommended": true
            },
            "lines": [
                {
                    "id": "733960a6-02db-4016-abd7-0cfee7be7e72",
                    "gambit_id": "f4ce84f4-7e1b-4814-b5f9-fcb432f392e8",
                    "last_updated": "2022-11-14T11:02:51.227928-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Sabres",
                    "reward": "1.53000",
                    "odds": "1.60610",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bf566e4-9b79-4baa-b292-f74483058c83/?format=api"
                },
                {
                    "id": "fa4f8975-e9f7-408b-bfac-10438b1cfcf1",
                    "gambit_id": "73f20d66-a467-449a-8e89-f51e11844b5f",
                    "last_updated": "2022-11-14T11:02:51.228932-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Boston Bruins",
                    "reward": "2.28000",
                    "odds": "2.45000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bf566e4-9b79-4baa-b292-f74483058c83/?format=api"
                }
            ]
        },
        {
            "id": "078dd197-59e8-41d7-a01c-8cc3fb2f4e59",
            "match": "https://api-prod.gambitprofit.com/api/matches/f70b2b2a-5c3c-4d7e-b96d-8a7b97a3a7d1/?format=api",
            "name": "Over/Under",
            "created_at": "1969-12-31T19:00:00-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": "Game Total Over 6.5",
                        "amount": 5304.0
                    },
                    {
                        "team": "Game Total Under 6.5",
                        "amount": 4696.0
                    }
                ],
                "expected_reward_tokens": 9016.32,
                "profit_sb": 16.32,
                "profit_sb_percentage": 0.18,
                "recommended": true
            },
            "lines": [
                {
                    "id": "bc7e7a9e-fded-480f-8076-a1dff04ec045",
                    "gambit_id": "0962f85a-555d-45a1-8751-d33315429ba9",
                    "last_updated": "2022-11-14T11:02:51.225650-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.70000",
                    "odds": "1.80000",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/078dd197-59e8-41d7-a01c-8cc3fb2f4e59/?format=api"
                },
                {
                    "id": "f693892b-e7fe-4da4-96df-7cf42cd16389",
                    "gambit_id": "7e0bebe6-5786-40d3-b51e-930205a6aec7",
                    "last_updated": "2022-11-14T11:02:51.224499-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6.5",
                    "reward": "1.92000",
                    "odds": "2.05000",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/078dd197-59e8-41d7-a01c-8cc3fb2f4e59/?format=api"
                }
            ]
        }
    ]
}