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/54e8ec17-66e9-4bc8-88b5-82a665108e95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54e8ec17-66e9-4bc8-88b5-82a665108e95",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "53bbb674-d7f0-4dce-b04e-6730e8b7f1f6",
    "completed": true,
    "last_updated": "2023-08-25T10:23:03.011238-04:00",
    "created_at": "2023-08-23T08:33:16.228834-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.88,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/53bbb674-d7f0-4dce-b04e-6730e8b7f1f6",
    "datetime": "2023-08-23T12:35:00-04:00",
    "cutoff_datetime": "2023-08-23T12:35:00-04:00",
    "name": "STL (Z Thompson) v. PIT (L Ortiz)",
    "bettypes": [
        {
            "id": "a7388047-0dfd-4f79-bb10-54d695854be2",
            "match": "https://api-prod.gambitprofit.com/api/matches/54e8ec17-66e9-4bc8-88b5-82a665108e95/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-23T08:33:16.242354-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": "STL (Z Thompson)",
                        "amount": 5325.0
                    },
                    {
                        "team": "PIT (L Ortiz)",
                        "amount": 4675.0
                    }
                ],
                "expected_reward_tokens": 9583.75,
                "profit_sb": 83.75,
                "profit_sb_percentage": 0.88,
                "recommended": true
            },
            "lines": [
                {
                    "id": "8fadc48d-c4b3-4b01-80f6-a10ab171c00d",
                    "gambit_id": "d4e6c554-a341-4d2d-8bcf-afbd1b561062",
                    "last_updated": "2023-08-25T10:23:03.019486-04:00",
                    "created_at": "2023-08-23T08:33:16.252951-04:00",
                    "name": "STL (Z Thompson)",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7388047-0dfd-4f79-bb10-54d695854be2/?format=api"
                },
                {
                    "id": "f9a36a55-d9e7-4aa2-b9c3-2abaf90b78a8",
                    "gambit_id": "904c2ddc-eec2-475f-9885-f3e2ada7242f",
                    "last_updated": "2023-08-25T10:23:03.023124-04:00",
                    "created_at": "2023-08-23T08:33:16.259429-04:00",
                    "name": "PIT (L Ortiz)",
                    "reward": "2.05000",
                    "odds": "2.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7388047-0dfd-4f79-bb10-54d695854be2/?format=api"
                }
            ]
        },
        {
            "id": "29580d3f-e802-4aae-aa1a-5a49e6f15609",
            "match": "https://api-prod.gambitprofit.com/api/matches/54e8ec17-66e9-4bc8-88b5-82a665108e95/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-23T08:33:16.264685-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": "PIT",
                        "amount": 5614.0
                    },
                    {
                        "team": "STL",
                        "amount": 4386.0
                    }
                ],
                "expected_reward_tokens": 9429.9,
                "profit_sb": -70.1,
                "profit_sb_percentage": -0.74,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a746c478-f3fc-4820-bcba-281b19807d06",
                    "gambit_id": "947748e9-ea39-48fc-8c9c-49f58e03c8d9",
                    "last_updated": "2023-08-25T10:23:03.033743-04:00",
                    "created_at": "2023-08-23T08:33:16.276382-04:00",
                    "name": "PIT",
                    "reward": "1.68000",
                    "odds": "1.71430",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29580d3f-e802-4aae-aa1a-5a49e6f15609/?format=api"
                },
                {
                    "id": "e97f4d56-e3b8-45c9-b3df-bdde5a3efb07",
                    "gambit_id": "da729c8e-830d-4ab2-ba0c-8212446a7ec0",
                    "last_updated": "2023-08-25T10:23:03.030489-04:00",
                    "created_at": "2023-08-23T08:33:16.269651-04:00",
                    "name": "STL",
                    "reward": "2.15000",
                    "odds": "2.20000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29580d3f-e802-4aae-aa1a-5a49e6f15609/?format=api"
                }
            ]
        },
        {
            "id": "3e21f606-b593-4453-8a1a-88d7305f7ddc",
            "match": "https://api-prod.gambitprofit.com/api/matches/54e8ec17-66e9-4bc8-88b5-82a665108e95/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-23T08:33:16.282122-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 Under 9",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 9",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4f116232-322b-4a93-a684-92d5fe21d98b",
                    "gambit_id": "51b43467-a8e2-446c-83e0-92ebb2197916",
                    "last_updated": "2023-08-25T10:23:03.046434-04:00",
                    "created_at": "2023-08-23T08:33:16.292152-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e21f606-b593-4453-8a1a-88d7305f7ddc/?format=api"
                },
                {
                    "id": "1942341f-e256-4a8a-bf92-5c39ada87690",
                    "gambit_id": "093fa1f3-0f06-4ba1-b28c-981bfda32e34",
                    "last_updated": "2023-08-25T10:23:03.041447-04:00",
                    "created_at": "2023-08-23T08:33:16.286784-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e21f606-b593-4453-8a1a-88d7305f7ddc/?format=api"
                }
            ]
        }
    ]
}