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/57adc45f-59d2-4bd0-a545-ca0837334569/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57adc45f-59d2-4bd0-a545-ca0837334569",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "0d7e0096-70ba-4eb1-8f3a-877de89892b2",
    "completed": true,
    "last_updated": "2022-10-22T09:27:26.879163-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.41,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/0d7e0096-70ba-4eb1-8f3a-877de89892b2",
    "datetime": "2022-10-21T19:35:00-04:00",
    "cutoff_datetime": "2022-10-21T19:35:00-04:00",
    "name": "Tampa Bay Lightning v. Florida Panthers",
    "bettypes": [
        {
            "id": "ef815c03-81ac-454d-9f1c-35ef8bbdb41a",
            "match": "https://api-prod.gambitprofit.com/api/matches/57adc45f-59d2-4bd0-a545-ca0837334569/?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": "Florida Panthers",
                        "amount": 5106.0
                    },
                    {
                        "team": "Tampa Bay Lightning",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c02da3ee-546a-4436-a21c-7035c7f417a9",
                    "gambit_id": "52cc4954-7506-41fc-8dde-480d29296cfb",
                    "last_updated": "2022-10-22T09:27:26.889702-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida Panthers",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef815c03-81ac-454d-9f1c-35ef8bbdb41a/?format=api"
                },
                {
                    "id": "6d7b8865-a852-42a8-b373-8d9a9ec8658d",
                    "gambit_id": "fd253024-bece-41d3-97cf-cae35946a2a2",
                    "last_updated": "2022-10-22T09:27:26.888680-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tampa Bay Lightning",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef815c03-81ac-454d-9f1c-35ef8bbdb41a/?format=api"
                }
            ]
        },
        {
            "id": "25047668-1ed2-434e-ab3d-ff41651ccac1",
            "match": "https://api-prod.gambitprofit.com/api/matches/57adc45f-59d2-4bd0-a545-ca0837334569/?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": "Tampa Bay Lightning",
                        "amount": 6913.0
                    },
                    {
                        "team": "Florida Panthers",
                        "amount": 3087.0
                    }
                ],
                "expected_reward_tokens": 9538.83,
                "profit_sb": 38.83,
                "profit_sb_percentage": 0.41,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b4e761dc-6c89-4c3c-a70c-0ef0460a1b88",
                    "gambit_id": "58cd2c25-9a16-42a2-8cb7-94eec7dc3685",
                    "last_updated": "2022-10-22T09:27:26.886664-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tampa Bay Lightning",
                    "reward": "1.38000",
                    "odds": "1.39220",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25047668-1ed2-434e-ab3d-ff41651ccac1/?format=api"
                },
                {
                    "id": "634608e2-faf4-4fe4-88d4-fb803a2ca2f3",
                    "gambit_id": "0452fd7c-3492-404c-bc95-6e8d37831a81",
                    "last_updated": "2022-10-22T09:27:26.885488-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida Panthers",
                    "reward": "3.09000",
                    "odds": "3.15000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25047668-1ed2-434e-ab3d-ff41651ccac1/?format=api"
                }
            ]
        },
        {
            "id": "a9d70a3c-a00e-4a88-9d7d-bf9d58decaf1",
            "match": "https://api-prod.gambitprofit.com/api/matches/57adc45f-59d2-4bd0-a545-ca0837334569/?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": 5419.0
                    },
                    {
                        "team": "Game Total Under 6.5",
                        "amount": 4581.0
                    }
                ],
                "expected_reward_tokens": 9482.67,
                "profit_sb": -17.33,
                "profit_sb_percentage": -0.18,
                "recommended": false
            },
            "lines": [
                {
                    "id": "eb7f1def-71af-4ba6-bd99-cadc3263fdd1",
                    "gambit_id": "10ddc695-1d7c-454d-b82b-c774e912bf46",
                    "last_updated": "2022-10-22T09:27:26.883490-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.75000",
                    "odds": "1.76920",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9d70a3c-a00e-4a88-9d7d-bf9d58decaf1/?format=api"
                },
                {
                    "id": "fcb7ece2-ee1b-403a-88d2-17c238f6b3c4",
                    "gambit_id": "9eaf113c-2e80-40c9-90ff-d7ae907ecc72",
                    "last_updated": "2022-10-22T09:27:26.882410-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6.5",
                    "reward": "2.07000",
                    "odds": "2.10000",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9d70a3c-a00e-4a88-9d7d-bf9d58decaf1/?format=api"
                }
            ]
        }
    ]
}