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/2c183923-8159-423c-809b-207276cb6339/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c183923-8159-423c-809b-207276cb6339",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3275fd99-54c8-4dd4-879b-54a748a49d33",
    "completed": true,
    "last_updated": "2023-04-28T11:22:24.909951-04:00",
    "created_at": "2023-04-27T11:52:02.571847-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.12,
    "sport_category": "NHL Playoffs",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/3275fd99-54c8-4dd4-879b-54a748a49d33",
    "datetime": "2023-04-27T22:08:00-04:00",
    "cutoff_datetime": "2023-04-27T22:08:00-04:00",
    "name": "Winnipeg Jets v. Vegas Golden Knights",
    "bettypes": [
        {
            "id": "e18cac48-5ba8-4396-b709-f359c865f495",
            "match": "https://api-prod.gambitprofit.com/api/matches/2c183923-8159-423c-809b-207276cb6339/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-27T11:52:02.592329-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": "Vegas Golden Knights",
                        "amount": 6399.0
                    },
                    {
                        "team": "Winnipeg Jets",
                        "amount": 3601.0
                    }
                ],
                "expected_reward_tokens": 9470.52,
                "profit_sb": -29.48,
                "profit_sb_percentage": -0.31,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9136aeb4-ee03-4fca-9b9c-71fabc52c01a",
                    "gambit_id": "8c5084b2-b10e-4bf9-bc87-4b4446a0c2dd",
                    "last_updated": "2023-04-28T11:22:24.920046-04:00",
                    "created_at": "2023-04-27T11:52:02.594699-04:00",
                    "name": "Vegas Golden Knights",
                    "reward": "1.48000",
                    "odds": "1.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e18cac48-5ba8-4396-b709-f359c865f495/?format=api"
                },
                {
                    "id": "d1118777-dceb-4afa-be39-c774aed109cb",
                    "gambit_id": "f893eab0-29a1-4d80-98ee-5c136dd0a079",
                    "last_updated": "2023-04-28T11:22:24.921370-04:00",
                    "created_at": "2023-04-27T11:52:02.597472-04:00",
                    "name": "Winnipeg Jets",
                    "reward": "2.63000",
                    "odds": "2.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e18cac48-5ba8-4396-b709-f359c865f495/?format=api"
                }
            ]
        },
        {
            "id": "01ff762a-de54-4eb3-a588-f25314479aad",
            "match": "https://api-prod.gambitprofit.com/api/matches/2c183923-8159-423c-809b-207276cb6339/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-04-27T11:52:02.584339-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": "Winnipeg Jets",
                        "amount": 6020.0
                    },
                    {
                        "team": "Vegas Golden Knights",
                        "amount": 3980.0
                    }
                ],
                "expected_reward_tokens": 9511.6,
                "profit_sb": 11.6,
                "profit_sb_percentage": 0.12,
                "recommended": true
            },
            "lines": [
                {
                    "id": "607aea6c-a054-4fd7-8707-b7979bb8cfea",
                    "gambit_id": "cb158135-249c-478d-b475-818fa04086c9",
                    "last_updated": "2023-04-28T11:22:24.916593-04:00",
                    "created_at": "2023-04-27T11:52:02.586578-04:00",
                    "name": "Winnipeg Jets",
                    "reward": "1.58000",
                    "odds": "1.60610",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01ff762a-de54-4eb3-a588-f25314479aad/?format=api"
                },
                {
                    "id": "1c0fa717-4436-4704-9ee0-c546e110f1d1",
                    "gambit_id": "479e3ac8-daea-4893-8a5f-d1e9be82e4a4",
                    "last_updated": "2023-04-28T11:22:24.917745-04:00",
                    "created_at": "2023-04-27T11:52:02.589379-04:00",
                    "name": "Vegas Golden Knights",
                    "reward": "2.39000",
                    "odds": "2.45000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01ff762a-de54-4eb3-a588-f25314479aad/?format=api"
                }
            ]
        },
        {
            "id": "abd324b3-6064-430f-99ef-4042f2e1896b",
            "match": "https://api-prod.gambitprofit.com/api/matches/2c183923-8159-423c-809b-207276cb6339/?format=api",
            "name": "Over/Under",
            "created_at": "2023-04-27T11:52:02.575155-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 5.5",
                        "amount": 5421.0
                    },
                    {
                        "team": "Game Total Under 5.5",
                        "amount": 4579.0
                    }
                ],
                "expected_reward_tokens": 9432.54,
                "profit_sb": -67.46,
                "profit_sb_percentage": -0.71,
                "recommended": false
            },
            "lines": [
                {
                    "id": "63928bbe-9664-4562-99af-ed68463b30d1",
                    "gambit_id": "ba49e8f1-3cb6-4100-86d1-9a6edfb8578c",
                    "last_updated": "2023-04-28T11:22:24.914183-04:00",
                    "created_at": "2023-04-27T11:52:02.581686-04:00",
                    "name": "Game Total Over 5.5",
                    "reward": "1.74000",
                    "odds": "1.76920",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abd324b3-6064-430f-99ef-4042f2e1896b/?format=api"
                },
                {
                    "id": "4b2eb123-257f-46d9-8646-bb3f05d7b09b",
                    "gambit_id": "f913e949-1889-433a-a8e8-b6389097a740",
                    "last_updated": "2023-04-28T11:22:24.912980-04:00",
                    "created_at": "2023-04-27T11:52:02.578675-04:00",
                    "name": "Game Total Under 5.5",
                    "reward": "2.06000",
                    "odds": "2.10000",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abd324b3-6064-430f-99ef-4042f2e1896b/?format=api"
                }
            ]
        }
    ]
}