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/5a8c791c-20fe-499d-95df-893ef447df15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a8c791c-20fe-499d-95df-893ef447df15",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "713e1876-7e59-465d-a154-8f67b4896344",
    "completed": true,
    "last_updated": "2023-07-27T13:02:59.519946-04:00",
    "created_at": "2023-07-25T17:08:10.070993-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.05,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/713e1876-7e59-465d-a154-8f67b4896344",
    "datetime": "2023-07-25T19:10:00-04:00",
    "cutoff_datetime": "2023-07-25T19:10:00-04:00",
    "name": "ATL (C Morton) v. BOS (J Schreiber)",
    "bettypes": [
        {
            "id": "8cbfc059-a06c-4167-b497-699c1c522b92",
            "match": "https://api-prod.gambitprofit.com/api/matches/5a8c791c-20fe-499d-95df-893ef447df15/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-07-25T17:08:10.082161-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": "ATL (C Morton)",
                        "amount": 5714.0
                    },
                    {
                        "team": "BOS (J Schreiber)",
                        "amount": 4286.0
                    }
                ],
                "expected_reward_tokens": 9599.52,
                "profit_sb": 99.52,
                "profit_sb_percentage": 1.05,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b563989a-a6c8-4928-b8f9-7bb6856849d6",
                    "gambit_id": "d8032d82-f4dc-4b88-985a-e3712dbadf5c",
                    "last_updated": "2023-07-27T13:02:59.535188-04:00",
                    "created_at": "2023-07-25T17:08:10.094581-04:00",
                    "name": "ATL (C Morton)",
                    "reward": "1.68000",
                    "odds": "1.71430",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cbfc059-a06c-4167-b497-699c1c522b92/?format=api"
                },
                {
                    "id": "56ea5b05-9675-4b40-a375-c65244dd95bd",
                    "gambit_id": "129aeee4-bfea-4eeb-bc99-1585351d5011",
                    "last_updated": "2023-07-27T13:02:59.531452-04:00",
                    "created_at": "2023-07-25T17:08:10.088748-04:00",
                    "name": "BOS (J Schreiber)",
                    "reward": "2.24000",
                    "odds": "2.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cbfc059-a06c-4167-b497-699c1c522b92/?format=api"
                }
            ]
        },
        {
            "id": "c08fc537-922e-43be-a016-1633ac212184",
            "match": "https://api-prod.gambitprofit.com/api/matches/5a8c791c-20fe-499d-95df-893ef447df15/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-07-25T17:08:10.098678-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": "BOS",
                        "amount": 5512.0
                    },
                    {
                        "team": "ATL",
                        "amount": 4488.0
                    }
                ],
                "expected_reward_tokens": 9424.8,
                "profit_sb": -75.2,
                "profit_sb_percentage": -0.79,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d459b694-655b-45c5-912c-20b121941e4c",
                    "gambit_id": "dfc9b770-6b19-4afc-a25d-5b1b7caa3d0b",
                    "last_updated": "2023-07-27T13:02:59.565043-04:00",
                    "created_at": "2023-07-25T17:08:10.111597-04:00",
                    "name": "BOS",
                    "reward": "1.71000",
                    "odds": "1.74070",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c08fc537-922e-43be-a016-1633ac212184/?format=api"
                },
                {
                    "id": "a731f496-d703-4d6b-8fda-f86117c28e8c",
                    "gambit_id": "90fbeb51-8036-4115-96eb-c22ffb5e1312",
                    "last_updated": "2023-07-27T13:02:59.561046-04:00",
                    "created_at": "2023-07-25T17:08:10.102656-04:00",
                    "name": "ATL",
                    "reward": "2.10000",
                    "odds": "2.15000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c08fc537-922e-43be-a016-1633ac212184/?format=api"
                }
            ]
        },
        {
            "id": "8b00d882-a183-4b88-b6e1-db7e5f2f8be2",
            "match": "https://api-prod.gambitprofit.com/api/matches/5a8c791c-20fe-499d-95df-893ef447df15/?format=api",
            "name": "Over/Under",
            "created_at": "2023-07-25T17:08:10.116029-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 10.5",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 10.5",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c5a998a7-d26a-443a-b8af-cf4011528d30",
                    "gambit_id": "b7b2ae36-24ee-487e-ac45-7d2991075aa5",
                    "last_updated": "2023-07-27T13:02:59.575739-04:00",
                    "created_at": "2023-07-25T17:08:10.129155-04:00",
                    "name": "Game Total Under 10.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b00d882-a183-4b88-b6e1-db7e5f2f8be2/?format=api"
                },
                {
                    "id": "301674da-12fd-45be-a39a-f63e2ebaa26b",
                    "gambit_id": "0b8dca19-0002-46c3-b738-a286500363e8",
                    "last_updated": "2023-07-27T13:02:59.572209-04:00",
                    "created_at": "2023-07-25T17:08:10.124216-04:00",
                    "name": "Game Total Over 10.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b00d882-a183-4b88-b6e1-db7e5f2f8be2/?format=api"
                }
            ]
        }
    ]
}