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/00df795f-4487-4407-b594-8d3946fbc897/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00df795f-4487-4407-b594-8d3946fbc897",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "f35b8a21-6277-4e1c-8318-9f5b2c4605ec",
    "completed": true,
    "last_updated": "2023-09-04T12:53:27.475905-04:00",
    "created_at": "2023-09-02T09:33:14.489690-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.65,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/f35b8a21-6277-4e1c-8318-9f5b2c4605ec",
    "datetime": "2023-09-02T18:40:00-04:00",
    "cutoff_datetime": "2023-09-02T18:40:00-04:00",
    "name": "CHC (J Assad) v. CIN (A Abbott)",
    "bettypes": [
        {
            "id": "37085bb0-df1c-4810-9a83-192570ba602a",
            "match": "https://api-prod.gambitprofit.com/api/matches/00df795f-4487-4407-b594-8d3946fbc897/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-02T09:33:14.500298-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": "CHC (J Assad)",
                        "amount": 5312.0
                    },
                    {
                        "team": "CIN (A Abbott)",
                        "amount": 4688.0
                    }
                ],
                "expected_reward_tokens": 9561.6,
                "profit_sb": 61.6,
                "profit_sb_percentage": 0.65,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3049c356-9c12-46b3-a4cb-2917ce0172b7",
                    "gambit_id": "3b80aca3-db14-41aa-83ee-5e1244ec0156",
                    "last_updated": "2023-09-04T12:53:27.485870-04:00",
                    "created_at": "2023-09-02T09:33:14.504137-04:00",
                    "name": "CHC (J Assad)",
                    "reward": "1.80000",
                    "odds": "1.84030",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37085bb0-df1c-4810-9a83-192570ba602a/?format=api"
                },
                {
                    "id": "248fdc60-801e-4a12-bd3a-aa8cc91d8068",
                    "gambit_id": "3daa8073-50f6-43a0-9d3a-4b0ab63ad1b6",
                    "last_updated": "2023-09-04T12:53:27.490032-04:00",
                    "created_at": "2023-09-02T09:33:14.508100-04:00",
                    "name": "CIN (A Abbott)",
                    "reward": "2.04000",
                    "odds": "2.09000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37085bb0-df1c-4810-9a83-192570ba602a/?format=api"
                }
            ]
        },
        {
            "id": "eb186621-9c9b-4495-9caa-44c24ba1bc78",
            "match": "https://api-prod.gambitprofit.com/api/matches/00df795f-4487-4407-b594-8d3946fbc897/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-02T09:33:14.511926-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": "CIN",
                        "amount": 5773.0
                    },
                    {
                        "team": "CHC",
                        "amount": 4227.0
                    }
                ],
                "expected_reward_tokens": 9467.72,
                "profit_sb": -32.28,
                "profit_sb_percentage": -0.34,
                "recommended": false
            },
            "lines": [
                {
                    "id": "36761161-503d-4f67-afd2-d2845005a391",
                    "gambit_id": "0d0ba98e-410a-4baa-b02d-15acb0bfe071",
                    "last_updated": "2023-09-04T12:53:27.501037-04:00",
                    "created_at": "2023-09-02T09:33:14.523886-04:00",
                    "name": "CIN",
                    "reward": "1.64000",
                    "odds": "1.66670",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb186621-9c9b-4495-9caa-44c24ba1bc78/?format=api"
                },
                {
                    "id": "92d0145f-a779-400a-98e3-bd60e2699760",
                    "gambit_id": "85ea1c4f-1625-485d-904c-590cdfffe463",
                    "last_updated": "2023-09-04T12:53:27.497425-04:00",
                    "created_at": "2023-09-02T09:33:14.519926-04:00",
                    "name": "CHC",
                    "reward": "2.24000",
                    "odds": "2.30000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb186621-9c9b-4495-9caa-44c24ba1bc78/?format=api"
                }
            ]
        },
        {
            "id": "dbb0798b-1a08-4f5d-aa32-54944a3b4740",
            "match": "https://api-prod.gambitprofit.com/api/matches/00df795f-4487-4407-b594-8d3946fbc897/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-02T09:33:14.527687-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 9.5",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Under 9.5",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9ff1996a-6d80-4977-96c7-9a4f6c192cd1",
                    "gambit_id": "6276074a-5ebe-4913-97be-637c354e8f0f",
                    "last_updated": "2023-09-04T12:53:27.509097-04:00",
                    "created_at": "2023-09-02T09:33:14.531080-04:00",
                    "name": "Game Total Over 9.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbb0798b-1a08-4f5d-aa32-54944a3b4740/?format=api"
                },
                {
                    "id": "1d2588ba-592d-45f5-9978-e496abe72db5",
                    "gambit_id": "0fcd15cf-e8db-4313-b1bc-4be21a9dd17e",
                    "last_updated": "2023-09-04T12:53:27.512872-04:00",
                    "created_at": "2023-09-02T09:33:14.534646-04:00",
                    "name": "Game Total Under 9.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbb0798b-1a08-4f5d-aa32-54944a3b4740/?format=api"
                }
            ]
        }
    ]
}