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/1c9d0003-55a7-4911-9b62-711a38ac5b11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c9d0003-55a7-4911-9b62-711a38ac5b11",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "4efa0bdd-ac01-4633-90d0-6313213cca34",
    "completed": true,
    "last_updated": "2023-02-15T10:46:58.029217-05:00",
    "created_at": "2023-02-14T09:12:19.741052-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.09,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/4efa0bdd-ac01-4633-90d0-6313213cca34",
    "datetime": "2023-02-14T19:30:00-05:00",
    "cutoff_datetime": "2023-02-14T19:30:00-05:00",
    "name": "Boston Celtics v. Milwaukee Bucks",
    "bettypes": [
        {
            "id": "1428358c-a4a8-4f7c-8e42-07c75b556d5e",
            "match": "https://api-prod.gambitprofit.com/api/matches/1c9d0003-55a7-4911-9b62-711a38ac5b11/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-02-14T09:12:19.751133-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": "Milwaukee Bucks",
                        "amount": 7858.0
                    },
                    {
                        "team": "Boston Celtics",
                        "amount": 2142.0
                    }
                ],
                "expected_reward_tokens": 9508.18,
                "profit_sb": 8.18,
                "profit_sb_percentage": 0.09,
                "recommended": true
            },
            "lines": [
                {
                    "id": "4e36397d-d5d9-45c3-9245-614708b7a974",
                    "gambit_id": "cd9510cc-be6c-48aa-9083-0f128b283d6c",
                    "last_updated": "2023-02-15T10:46:58.040319-05:00",
                    "created_at": "2023-02-14T09:12:19.753577-05:00",
                    "name": "Milwaukee Bucks",
                    "reward": "1.21000",
                    "odds": "1.21740",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1428358c-a4a8-4f7c-8e42-07c75b556d5e/?format=api"
                },
                {
                    "id": "1c925611-5318-4a27-bfdb-2059c9bde6b6",
                    "gambit_id": "35379f61-a269-4dcd-b843-d254ce3c358c",
                    "last_updated": "2023-02-15T10:46:58.039161-05:00",
                    "created_at": "2023-02-14T09:12:19.752353-05:00",
                    "name": "Boston Celtics",
                    "reward": "4.44000",
                    "odds": "4.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1428358c-a4a8-4f7c-8e42-07c75b556d5e/?format=api"
                }
            ]
        },
        {
            "id": "9a8d7d64-a474-493e-bb9a-cae22b087620",
            "match": "https://api-prod.gambitprofit.com/api/matches/1c9d0003-55a7-4911-9b62-711a38ac5b11/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-02-14T09:12:19.746865-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": "Milwaukee Bucks",
                        "amount": 5106.0
                    },
                    {
                        "team": "Boston Celtics",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "00765bfb-f7d1-49ac-8a4c-11f207e01bf9",
                    "gambit_id": "4a5d2ebc-ced4-4c14-b62e-865c4cf9f422",
                    "last_updated": "2023-02-15T10:46:58.035645-05:00",
                    "created_at": "2023-02-14T09:12:19.748306-05:00",
                    "name": "Milwaukee Bucks",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "-9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a8d7d64-a474-493e-bb9a-cae22b087620/?format=api"
                },
                {
                    "id": "994fbee2-6069-4783-b4c6-be1bfb56d08c",
                    "gambit_id": "d3f98ca8-d064-40b9-aac8-fc7f66d7e15f",
                    "last_updated": "2023-02-15T10:46:58.036830-05:00",
                    "created_at": "2023-02-14T09:12:19.749733-05:00",
                    "name": "Boston Celtics",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a8d7d64-a474-493e-bb9a-cae22b087620/?format=api"
                }
            ]
        },
        {
            "id": "75555612-edb0-4a7d-b1da-e54e5eaf24f8",
            "match": "https://api-prod.gambitprofit.com/api/matches/1c9d0003-55a7-4911-9b62-711a38ac5b11/?format=api",
            "name": "Over/Under",
            "created_at": "2023-02-14T09:12:19.742842-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 226.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 226.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8084ed55-23a4-4527-97b6-acd1f6dfb391",
                    "gambit_id": "1989944c-be1f-407f-a596-81463c18bf2d",
                    "last_updated": "2023-02-15T10:46:58.032204-05:00",
                    "created_at": "2023-02-14T09:12:19.744087-05:00",
                    "name": "Game Total Under 226.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "226.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75555612-edb0-4a7d-b1da-e54e5eaf24f8/?format=api"
                },
                {
                    "id": "a39d1a5f-7b4e-4040-af1b-f2d02a33648a",
                    "gambit_id": "32b026bd-d63d-4587-86ab-44c3c4ad8d60",
                    "last_updated": "2023-02-15T10:46:58.033378-05:00",
                    "created_at": "2023-02-14T09:12:19.745406-05:00",
                    "name": "Game Total Over 226.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "226.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75555612-edb0-4a7d-b1da-e54e5eaf24f8/?format=api"
                }
            ]
        }
    ]
}