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/3b47ce4a-9b21-4961-81a1-110e16b257e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b47ce4a-9b21-4961-81a1-110e16b257e8",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "782a8a23-6f15-4299-b8fc-8b00bc607626",
    "completed": true,
    "last_updated": "2023-10-31T15:53:08.167938-04:00",
    "created_at": "2023-10-30T08:58:15.001130-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.21,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/782a8a23-6f15-4299-b8fc-8b00bc607626",
    "datetime": "2023-10-30T22:07:00-04:00",
    "cutoff_datetime": "2023-10-30T22:07:00-04:00",
    "name": "Chicago Blackhawks v. Arizona Coyotes",
    "bettypes": [
        {
            "id": "011e857d-97af-49be-baa4-75b7b016ee31",
            "match": "https://api-prod.gambitprofit.com/api/matches/3b47ce4a-9b21-4961-81a1-110e16b257e8/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-10-30T08:58:15.012264-04: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": "Arizona Coyotes",
                        "amount": 6222.0
                    },
                    {
                        "team": "Chicago Blackhawks",
                        "amount": 3778.0
                    }
                ],
                "expected_reward_tokens": 9519.66,
                "profit_sb": 19.66,
                "profit_sb_percentage": 0.21,
                "recommended": true
            },
            "lines": [
                {
                    "id": "429ee3ba-7194-482a-a46f-537521eac366",
                    "gambit_id": "4b0c1039-fced-4b3f-ace6-c46df80a7b01",
                    "last_updated": "2023-10-31T15:53:08.219284-04:00",
                    "created_at": "2023-10-30T08:58:15.020912-04:00",
                    "name": "Arizona Coyotes",
                    "reward": "1.53000",
                    "odds": "1.55560",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/011e857d-97af-49be-baa4-75b7b016ee31/?format=api"
                },
                {
                    "id": "35ed3b97-d28c-40be-821e-9775c15ac549",
                    "gambit_id": "07c9045b-8bbc-4bb8-9072-cab0ef6e79e8",
                    "last_updated": "2023-10-31T15:53:08.210618-04:00",
                    "created_at": "2023-10-30T08:58:15.016562-04:00",
                    "name": "Chicago Blackhawks",
                    "reward": "2.52000",
                    "odds": "2.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/011e857d-97af-49be-baa4-75b7b016ee31/?format=api"
                }
            ]
        },
        {
            "id": "d5d2be2c-606a-4e96-b76d-9b5bfff2b34d",
            "match": "https://api-prod.gambitprofit.com/api/matches/3b47ce4a-9b21-4961-81a1-110e16b257e8/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-10-30T08:58:15.025187-04: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": "Chicago Blackhawks",
                        "amount": 5944.0
                    },
                    {
                        "team": "Arizona Coyotes",
                        "amount": 4056.0
                    }
                ],
                "expected_reward_tokens": 9450.48,
                "profit_sb": -49.52,
                "profit_sb_percentage": -0.52,
                "recommended": false
            },
            "lines": [
                {
                    "id": "212b27b0-706c-4d5e-9a1c-0b93032a0126",
                    "gambit_id": "88212467-1777-4c76-81b0-eefbf3b6538f",
                    "last_updated": "2023-10-31T15:53:08.233273-04:00",
                    "created_at": "2023-10-30T08:58:15.028663-04:00",
                    "name": "Chicago Blackhawks",
                    "reward": "1.59000",
                    "odds": "1.62500",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5d2be2c-606a-4e96-b76d-9b5bfff2b34d/?format=api"
                },
                {
                    "id": "db8c3c49-a87c-486d-bf7d-29f539e32a06",
                    "gambit_id": "eeb5695f-bd97-48d6-80c8-fb0b893eb4f4",
                    "last_updated": "2023-10-31T15:53:08.228123-04:00",
                    "created_at": "2023-10-30T08:58:15.032551-04:00",
                    "name": "Arizona Coyotes",
                    "reward": "2.33000",
                    "odds": "2.40000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5d2be2c-606a-4e96-b76d-9b5bfff2b34d/?format=api"
                }
            ]
        },
        {
            "id": "5d245b7f-88b6-4fc5-8260-5d7046dc0117",
            "match": "https://api-prod.gambitprofit.com/api/matches/3b47ce4a-9b21-4961-81a1-110e16b257e8/?format=api",
            "name": "Over/Under",
            "created_at": "2023-10-30T08:58:15.047803-04: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",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 6",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9300.0,
                "profit_sb": -200.0,
                "profit_sb_percentage": -2.11,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a1f57e6f-aa76-4531-8737-94411bcf3ac2",
                    "gambit_id": "3b21a411-b561-4cf2-9b5a-8b3a7d2ac675",
                    "last_updated": "2023-10-31T15:53:08.241075-04:00",
                    "created_at": "2023-10-30T08:58:15.064174-04:00",
                    "name": "Game Total Over 6",
                    "reward": "1.86000",
                    "odds": "1.90910",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d245b7f-88b6-4fc5-8260-5d7046dc0117/?format=api"
                },
                {
                    "id": "04024099-f377-4f67-8b67-5b1073a26791",
                    "gambit_id": "1b10df57-cc11-4eb6-8726-48772f91546d",
                    "last_updated": "2023-10-31T15:53:08.245460-04:00",
                    "created_at": "2023-10-30T08:58:15.070298-04:00",
                    "name": "Game Total Under 6",
                    "reward": "1.86000",
                    "odds": "1.90910",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d245b7f-88b6-4fc5-8260-5d7046dc0117/?format=api"
                }
            ]
        }
    ]
}