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/b2b61264-b124-4f96-b01d-96d6cfb7507e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2b61264-b124-4f96-b01d-96d6cfb7507e",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "041ab74f-dc7b-47e2-872a-f5fe1dc97c70",
    "completed": true,
    "last_updated": "2023-03-01T09:42:13.251559-05:00",
    "created_at": "2023-02-28T12:36:59.075832-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.02,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/041ab74f-dc7b-47e2-872a-f5fe1dc97c70",
    "datetime": "2023-02-28T19:30:00-05:00",
    "cutoff_datetime": "2023-02-28T19:30:00-05:00",
    "name": "Los Angeles Lakers v. Memphis Grizzlies",
    "bettypes": [
        {
            "id": "5e18e02b-f7d1-46d8-8579-5e65258ebf76",
            "match": "https://api-prod.gambitprofit.com/api/matches/b2b61264-b124-4f96-b01d-96d6cfb7507e/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-02-28T12:36:59.077708-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": "Memphis Grizzlies",
                        "amount": 7660.0
                    },
                    {
                        "team": "Los Angeles Lakers",
                        "amount": 2340.0
                    }
                ],
                "expected_reward_tokens": 9498.4,
                "profit_sb": -1.6,
                "profit_sb_percentage": -0.02,
                "recommended": false
            },
            "lines": [
                {
                    "id": "634af2ee-ccc3-4aac-9938-48e6ef3d36cd",
                    "gambit_id": "19f91a27-5937-4473-bda6-0a6876baecca",
                    "last_updated": "2023-03-01T09:42:13.254384-05:00",
                    "created_at": "2023-02-28T12:36:59.079123-05:00",
                    "name": "Memphis Grizzlies",
                    "reward": "1.24000",
                    "odds": "1.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e18e02b-f7d1-46d8-8579-5e65258ebf76/?format=api"
                },
                {
                    "id": "5ebdf97d-1d6a-48f4-a70a-33f3779d2c99",
                    "gambit_id": "b62864cd-75b5-4858-88e2-1c85bd2044c2",
                    "last_updated": "2023-03-01T09:42:13.255516-05:00",
                    "created_at": "2023-02-28T12:36:59.080445-05:00",
                    "name": "Los Angeles Lakers",
                    "reward": "4.06000",
                    "odds": "4.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e18e02b-f7d1-46d8-8579-5e65258ebf76/?format=api"
                }
            ]
        },
        {
            "id": "d43285e1-32e5-4261-b0e5-4e00c568fadd",
            "match": "https://api-prod.gambitprofit.com/api/matches/b2b61264-b124-4f96-b01d-96d6cfb7507e/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-02-28T12:36:59.085642-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": "Memphis Grizzlies",
                        "amount": 5000.0
                    },
                    {
                        "team": "Los Angeles Lakers",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "512d808c-975c-48b4-910a-7b5734c2f5f9",
                    "gambit_id": "6d58b081-6795-4add-9273-5f2a9b607830",
                    "last_updated": "2023-03-01T09:42:13.261290-05:00",
                    "created_at": "2023-02-28T12:36:59.086810-05:00",
                    "name": "Memphis Grizzlies",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d43285e1-32e5-4261-b0e5-4e00c568fadd/?format=api"
                },
                {
                    "id": "4c67e93b-8d9b-4990-acfc-889a695e5a04",
                    "gambit_id": "cd2f820d-1724-4543-9358-0a43aa26fa9c",
                    "last_updated": "2023-03-01T09:42:13.262426-05:00",
                    "created_at": "2023-02-28T12:36:59.088105-05:00",
                    "name": "Los Angeles Lakers",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d43285e1-32e5-4261-b0e5-4e00c568fadd/?format=api"
                }
            ]
        },
        {
            "id": "7d50af0d-7895-4f69-b26e-7257647ca9eb",
            "match": "https://api-prod.gambitprofit.com/api/matches/b2b61264-b124-4f96-b01d-96d6cfb7507e/?format=api",
            "name": "Over/Under",
            "created_at": "2023-02-28T12:36:59.081785-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 230.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 230.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "02e42291-b647-4d38-aab3-be7c354acb2f",
                    "gambit_id": "6dd249a8-5dc7-4d60-ab68-27e48a6bbdf5",
                    "last_updated": "2023-03-01T09:42:13.257801-05:00",
                    "created_at": "2023-02-28T12:36:59.083013-05:00",
                    "name": "Game Total Under 230.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "230.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d50af0d-7895-4f69-b26e-7257647ca9eb/?format=api"
                },
                {
                    "id": "4bffac3d-6af4-4a5d-b3a8-230154221bcb",
                    "gambit_id": "2372663a-2ddc-46dd-b2ef-f7dbb42a0d98",
                    "last_updated": "2023-03-01T09:42:13.258999-05:00",
                    "created_at": "2023-02-28T12:36:59.084328-05:00",
                    "name": "Game Total Over 230.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "230.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d50af0d-7895-4f69-b26e-7257647ca9eb/?format=api"
                }
            ]
        }
    ]
}