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/4621f06b-3266-4a7f-b092-e034f0b4bf94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4621f06b-3266-4a7f-b092-e034f0b4bf94",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "b3d2700b-4de2-49e8-8c78-664752b6f1f0",
    "completed": true,
    "last_updated": "2022-12-06T09:52:00.490708-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.11,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/b3d2700b-4de2-49e8-8c78-664752b6f1f0",
    "datetime": "2022-12-05T19:40:00-05:00",
    "cutoff_datetime": "2022-12-05T19:40:00-05:00",
    "name": "Oklahoma City Thunder v. Atlanta Hawks",
    "bettypes": [
        {
            "id": "4c667525-0939-46d9-a816-1e6e5fa67a5a",
            "match": "https://api-prod.gambitprofit.com/api/matches/4621f06b-3266-4a7f-b092-e034f0b4bf94/?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": "Atlanta Hawks",
                        "amount": 6642.0
                    },
                    {
                        "team": "Oklahoma City Thunder",
                        "amount": 3358.0
                    }
                ],
                "expected_reward_tokens": 9099.54,
                "profit_sb": 99.54,
                "profit_sb_percentage": 1.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "0736f9e3-c695-4d0a-a9f0-0af86232026e",
                    "gambit_id": "7f9beaa8-e62c-4d75-815e-676895e5f0f6",
                    "last_updated": "2022-12-06T09:52:00.499970-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta Hawks",
                    "reward": "1.37000",
                    "odds": "1.42550",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c667525-0939-46d9-a816-1e6e5fa67a5a/?format=api"
                },
                {
                    "id": "6969c058-fda9-4786-bb25-c93914cd29df",
                    "gambit_id": "e578065f-3bd1-4d40-9049-db004166c9f6",
                    "last_updated": "2022-12-06T09:52:00.500961-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oklahoma City Thunder",
                    "reward": "2.71000",
                    "odds": "2.95000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c667525-0939-46d9-a816-1e6e5fa67a5a/?format=api"
                }
            ]
        },
        {
            "id": "456d5510-b744-4df0-a968-064bfa75003c",
            "match": "https://api-prod.gambitprofit.com/api/matches/4621f06b-3266-4a7f-b092-e034f0b4bf94/?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": "Atlanta Hawks",
                        "amount": 5000.0
                    },
                    {
                        "team": "Oklahoma City Thunder",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3417122d-8c0d-43d7-84cf-3ff87d628f12",
                    "gambit_id": "88e8b794-bc04-4436-9697-217644b7ab98",
                    "last_updated": "2022-12-06T09:52:00.497015-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta Hawks",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/456d5510-b744-4df0-a968-064bfa75003c/?format=api"
                },
                {
                    "id": "0dfdd682-ff65-4218-8581-3ec150f90803",
                    "gambit_id": "11ea4964-c4ce-49a7-acf8-4923836791ae",
                    "last_updated": "2022-12-06T09:52:00.498022-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oklahoma City Thunder",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/456d5510-b744-4df0-a968-064bfa75003c/?format=api"
                }
            ]
        },
        {
            "id": "27d0d364-ef27-421b-92ed-cd0b61f3ed4e",
            "match": "https://api-prod.gambitprofit.com/api/matches/4621f06b-3266-4a7f-b092-e034f0b4bf94/?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 Under 236.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 236.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0083163b-1682-486c-9501-7eac1ee5feed",
                    "gambit_id": "a15e5e21-aa75-47b2-b9c3-59f482474952",
                    "last_updated": "2022-12-06T09:52:00.493739-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 236.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "236.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27d0d364-ef27-421b-92ed-cd0b61f3ed4e/?format=api"
                },
                {
                    "id": "15763c5a-f49d-4287-8361-c1e7c81b404d",
                    "gambit_id": "1666d683-0f83-45be-8726-4bc8b093660a",
                    "last_updated": "2022-12-06T09:52:00.494902-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 236.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "236.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27d0d364-ef27-421b-92ed-cd0b61f3ed4e/?format=api"
                }
            ]
        }
    ]
}