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/9b6451a3-c9c2-4d55-aab3-0da069697f5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b6451a3-c9c2-4d55-aab3-0da069697f5f",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "f36118bd-3d9f-4165-af95-d1b185c608e6",
    "completed": true,
    "last_updated": "2022-08-14T13:46:51.097716-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.9,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/f36118bd-3d9f-4165-af95-d1b185c608e6",
    "datetime": "2022-08-13T19:10:00-04:00",
    "cutoff_datetime": "2022-08-13T19:10:00-04:00",
    "name": "DET (M Manning) v. CWS (L Giolito)",
    "bettypes": [
        {
            "id": "3b27eef1-24c7-4cb2-9495-e36cff2fcd0a",
            "match": "https://api-prod.gambitprofit.com/api/matches/9b6451a3-c9c2-4d55-aab3-0da069697f5f/?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": "CWS (L Giolito)",
                        "amount": 6152.0
                    },
                    {
                        "team": "DET (M Manning)",
                        "amount": 3848.0
                    }
                ],
                "expected_reward_tokens": 9350.64,
                "profit_sb": 350.64,
                "profit_sb_percentage": 3.9,
                "recommended": true
            },
            "lines": [
                {
                    "id": "aea75f65-8864-4a6e-a1d6-ac3d3ceb3884",
                    "gambit_id": "ebf5ec8b-31b3-4a14-8901-7a60655e8d20",
                    "last_updated": "2022-08-14T13:46:51.100657-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "CWS (L Giolito)",
                    "reward": "1.52000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b27eef1-24c7-4cb2-9495-e36cff2fcd0a/?format=api"
                },
                {
                    "id": "11c37b9f-dcb1-4afe-9e66-dc6a13b12f95",
                    "gambit_id": "404f2915-aee6-4c9b-982c-f81c84d41184",
                    "last_updated": "2022-08-14T13:46:51.101142-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "DET (M Manning)",
                    "reward": "2.43000",
                    "odds": "2.57000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b27eef1-24c7-4cb2-9495-e36cff2fcd0a/?format=api"
                }
            ]
        },
        {
            "id": "fd4ede45-fb8a-4c61-b9b1-85696040bc48",
            "match": "https://api-prod.gambitprofit.com/api/matches/9b6451a3-c9c2-4d55-aab3-0da069697f5f/?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": "DET",
                        "amount": 5312.0
                    },
                    {
                        "team": "CWS",
                        "amount": 4688.0
                    }
                ],
                "expected_reward_tokens": 9188.48,
                "profit_sb": 188.48,
                "profit_sb_percentage": 2.09,
                "recommended": true
            },
            "lines": [
                {
                    "id": "91a8d3aa-884d-402c-b268-7f48263a59d0",
                    "gambit_id": "71142b1f-49f6-412f-8d63-2f23151a7cd4",
                    "last_updated": "2022-08-14T13:46:51.100143-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "DET",
                    "reward": "1.73000",
                    "odds": "1.80000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd4ede45-fb8a-4c61-b9b1-85696040bc48/?format=api"
                },
                {
                    "id": "88326463-6164-4273-ba54-eaa3b6f0791b",
                    "gambit_id": "f7b87acf-acc3-4514-8a8a-da5478156404",
                    "last_updated": "2022-08-14T13:46:51.099703-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "CWS",
                    "reward": "1.96000",
                    "odds": "2.05000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd4ede45-fb8a-4c61-b9b1-85696040bc48/?format=api"
                }
            ]
        },
        {
            "id": "a6a3ad30-a6de-41b8-ac4d-37d51f08d737",
            "match": "https://api-prod.gambitprofit.com/api/matches/9b6451a3-c9c2-4d55-aab3-0da069697f5f/?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 7.5",
                        "amount": 5109.0
                    },
                    {
                        "team": "Game Total Under 7.5",
                        "amount": 4891.0
                    }
                ],
                "expected_reward_tokens": 9145.11,
                "profit_sb": 145.11,
                "profit_sb_percentage": 1.61,
                "recommended": true
            },
            "lines": [
                {
                    "id": "1f88a455-5a09-4bb7-9572-7af9152cbaf3",
                    "gambit_id": "58559c8e-8bca-4c94-9e85-8da2cace71e6",
                    "last_updated": "2022-08-14T13:46:51.099259-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 7.5",
                    "reward": "1.79000",
                    "odds": "1.86960",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6a3ad30-a6de-41b8-ac4d-37d51f08d737/?format=api"
                },
                {
                    "id": "4c87fe10-f5d7-457c-befb-0e02ea2fc9dd",
                    "gambit_id": "37f5f543-711b-43df-aa9c-8f836013008e",
                    "last_updated": "2022-08-14T13:46:51.098761-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 7.5",
                    "reward": "1.87000",
                    "odds": "1.95240",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6a3ad30-a6de-41b8-ac4d-37d51f08d737/?format=api"
                }
            ]
        }
    ]
}