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/c2b981f7-68f9-4ae4-b538-e1e47443a7a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2b981f7-68f9-4ae4-b538-e1e47443a7a1",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a85f5087-8b56-4831-9dd2-4410ede53452",
    "completed": true,
    "last_updated": "2023-06-26T10:33:17.407854-04:00",
    "created_at": "2023-06-24T08:58:08.408594-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.5,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/a85f5087-8b56-4831-9dd2-4410ede53452",
    "datetime": "2023-06-24T19:15:00-04:00",
    "cutoff_datetime": "2023-06-24T19:15:00-04:00",
    "name": "HOU (R Blanco) v. LOS (B Miller)",
    "bettypes": [
        {
            "id": "a68dca68-7411-4b98-86af-c83139a9ded2",
            "match": "https://api-prod.gambitprofit.com/api/matches/c2b981f7-68f9-4ae4-b538-e1e47443a7a1/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-24T08:58:08.411992-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": "LOS (B Miller)",
                        "amount": 6241.0
                    },
                    {
                        "team": "HOU (R Blanco)",
                        "amount": 3759.0
                    }
                ],
                "expected_reward_tokens": 9547.86,
                "profit_sb": 47.86,
                "profit_sb_percentage": 0.5,
                "recommended": true
            },
            "lines": [
                {
                    "id": "63854a97-ff47-4815-bb88-b72239a962a2",
                    "gambit_id": "f2bf8fc6-9b3e-44d2-9449-e865f62e796a",
                    "last_updated": "2023-06-26T10:33:17.415807-04:00",
                    "created_at": "2023-06-24T08:58:08.418030-04:00",
                    "name": "LOS (B Miller)",
                    "reward": "1.53000",
                    "odds": "1.55560",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a68dca68-7411-4b98-86af-c83139a9ded2/?format=api"
                },
                {
                    "id": "4fc5ba9a-c268-4948-a29b-14497e666324",
                    "gambit_id": "2ee68941-8e11-4236-85f5-d6ad4a168dca",
                    "last_updated": "2023-06-26T10:33:17.412364-04:00",
                    "created_at": "2023-06-24T08:58:08.414914-04:00",
                    "name": "HOU (R Blanco)",
                    "reward": "2.54000",
                    "odds": "2.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a68dca68-7411-4b98-86af-c83139a9ded2/?format=api"
                }
            ]
        },
        {
            "id": "194b299f-77bd-4b57-946f-2561396de2e7",
            "match": "https://api-prod.gambitprofit.com/api/matches/c2b981f7-68f9-4ae4-b538-e1e47443a7a1/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-06-24T08:58:08.421289-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": "HOU",
                        "amount": 5317.0
                    },
                    {
                        "team": "LOS",
                        "amount": 4683.0
                    }
                ],
                "expected_reward_tokens": 9411.09,
                "profit_sb": -88.91,
                "profit_sb_percentage": -0.94,
                "recommended": false
            },
            "lines": [
                {
                    "id": "86677a95-e4ac-4592-8064-a018d0600a2a",
                    "gambit_id": "6716708f-fd19-4972-bdb7-caa4cdf33fcf",
                    "last_updated": "2023-06-26T10:33:17.420283-04:00",
                    "created_at": "2023-06-24T08:58:08.424032-04:00",
                    "name": "HOU",
                    "reward": "1.77000",
                    "odds": "1.80000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194b299f-77bd-4b57-946f-2561396de2e7/?format=api"
                },
                {
                    "id": "c1e169a7-f71a-4232-bb8a-cef5522056f1",
                    "gambit_id": "6679049e-8dc9-42ba-8548-e936b87c8ee8",
                    "last_updated": "2023-06-26T10:33:17.423179-04:00",
                    "created_at": "2023-06-24T08:58:08.426945-04:00",
                    "name": "LOS",
                    "reward": "2.01000",
                    "odds": "2.05000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194b299f-77bd-4b57-946f-2561396de2e7/?format=api"
                }
            ]
        },
        {
            "id": "98c2b956-b0b2-42e0-8d5e-5b5228703f78",
            "match": "https://api-prod.gambitprofit.com/api/matches/c2b981f7-68f9-4ae4-b538-e1e47443a7a1/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-24T08:58:08.429892-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 Over 8.5",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Under 8.5",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ccc2d1dd-d041-4be9-8fae-8112ce6e1f28",
                    "gambit_id": "5caf963b-6367-4106-b429-afb9609d4127",
                    "last_updated": "2023-06-26T10:33:17.429144-04:00",
                    "created_at": "2023-06-24T08:58:08.432520-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98c2b956-b0b2-42e0-8d5e-5b5228703f78/?format=api"
                },
                {
                    "id": "9ae48a4e-dfbd-48b6-aa50-16eb54b44f36",
                    "gambit_id": "ae98783e-f87b-42bd-a32e-c50d219ceec7",
                    "last_updated": "2023-06-26T10:33:17.427047-04:00",
                    "created_at": "2023-06-24T08:58:08.435434-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98c2b956-b0b2-42e0-8d5e-5b5228703f78/?format=api"
                }
            ]
        }
    ]
}