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/d0515ba3-6a4b-4c66-9c35-4a941bc0f24a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0515ba3-6a4b-4c66-9c35-4a941bc0f24a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ad2926a7-db0c-4eb0-8d2e-829280e9a1c6",
    "completed": true,
    "last_updated": "2023-10-02T10:48:24.776894-04:00",
    "created_at": "2023-09-30T13:13:10.684751-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.91,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/ad2926a7-db0c-4eb0-8d2e-829280e9a1c6",
    "datetime": "2023-09-30T20:10:00-04:00",
    "cutoff_datetime": "2023-09-30T20:10:00-04:00",
    "name": "HOU (J Verlander) v. ARI (M Kelly)",
    "bettypes": [
        {
            "id": "0601f60f-1dcc-4893-8b34-e8fd1312cb3d",
            "match": "https://api-prod.gambitprofit.com/api/matches/d0515ba3-6a4b-4c66-9c35-4a941bc0f24a/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-30T13:13:10.694558-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 (J Verlander)",
                        "amount": 5478.0
                    },
                    {
                        "team": "ARI (M Kelly)",
                        "amount": 4522.0
                    }
                ],
                "expected_reward_tokens": 9586.5,
                "profit_sb": 86.5,
                "profit_sb_percentage": 0.91,
                "recommended": true
            },
            "lines": [
                {
                    "id": "0785d17b-2e9b-4b7b-9abf-7c58bfde9f64",
                    "gambit_id": "e0bd7fdf-1048-4991-9aae-74004b0519cb",
                    "last_updated": "2023-10-02T10:48:24.785788-04:00",
                    "created_at": "2023-09-30T13:13:10.698308-04:00",
                    "name": "HOU (J Verlander)",
                    "reward": "1.75000",
                    "odds": "1.78740",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0601f60f-1dcc-4893-8b34-e8fd1312cb3d/?format=api"
                },
                {
                    "id": "55c1af75-9d56-4e58-9ee0-198099757988",
                    "gambit_id": "93826fad-b3e8-4ebb-8447-2faf40259afa",
                    "last_updated": "2023-10-02T10:48:24.788938-04:00",
                    "created_at": "2023-09-30T13:13:10.701946-04:00",
                    "name": "ARI (M Kelly)",
                    "reward": "2.12000",
                    "odds": "2.17000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0601f60f-1dcc-4893-8b34-e8fd1312cb3d/?format=api"
                }
            ]
        },
        {
            "id": "ea541587-e407-44ef-968b-439a18ba8168",
            "match": "https://api-prod.gambitprofit.com/api/matches/d0515ba3-6a4b-4c66-9c35-4a941bc0f24a/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-30T13:13:10.705721-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": "ARI",
                        "amount": 5773.0
                    },
                    {
                        "team": "HOU",
                        "amount": 4227.0
                    }
                ],
                "expected_reward_tokens": 9467.72,
                "profit_sb": -32.28,
                "profit_sb_percentage": -0.34,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3b7754ef-0339-48bd-a9bb-ec06ec90eeb0",
                    "gambit_id": "992bff60-b662-43ee-9cb8-74f2eba4e4b7",
                    "last_updated": "2023-10-02T10:48:24.799579-04:00",
                    "created_at": "2023-09-30T13:13:10.716582-04:00",
                    "name": "ARI",
                    "reward": "1.64000",
                    "odds": "1.66670",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea541587-e407-44ef-968b-439a18ba8168/?format=api"
                },
                {
                    "id": "c2b7b514-d830-40ca-a5cd-5d5393487505",
                    "gambit_id": "47768deb-cee1-4dd0-bda5-a9c20cd1b9ea",
                    "last_updated": "2023-10-02T10:48:24.802982-04:00",
                    "created_at": "2023-09-30T13:13:10.719981-04:00",
                    "name": "HOU",
                    "reward": "2.24000",
                    "odds": "2.30000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea541587-e407-44ef-968b-439a18ba8168/?format=api"
                }
            ]
        },
        {
            "id": "1842e1ee-f513-49d9-b30b-36250cf11a92",
            "match": "https://api-prod.gambitprofit.com/api/matches/d0515ba3-6a4b-4c66-9c35-4a941bc0f24a/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-30T13:13:10.724432-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": 5000.0
                    },
                    {
                        "team": "Game Total Over 9",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1314a213-5688-4f4e-b916-666dec93b628",
                    "gambit_id": "1c998a22-93fb-4fed-a82d-8da96fa6a49a",
                    "last_updated": "2023-10-02T10:48:24.812355-04:00",
                    "created_at": "2023-09-30T13:13:10.736404-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1842e1ee-f513-49d9-b30b-36250cf11a92/?format=api"
                },
                {
                    "id": "4102f906-4647-4d4c-b87f-99f705f86591",
                    "gambit_id": "90e11393-cf5b-4502-9e28-6f3277bf5668",
                    "last_updated": "2023-10-02T10:48:24.809235-04:00",
                    "created_at": "2023-09-30T13:13:10.732228-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1842e1ee-f513-49d9-b30b-36250cf11a92/?format=api"
                }
            ]
        }
    ]
}