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/37b10e1a-2cc8-4b0e-aebb-bd9407b903ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37b10e1a-2cc8-4b0e-aebb-bd9407b903ef",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "97943fce-1d5b-4e47-a93a-2e50754725e6",
    "completed": true,
    "last_updated": "2023-08-02T19:03:00.545194-04:00",
    "created_at": "2023-08-01T09:03:22.751657-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.71,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/97943fce-1d5b-4e47-a93a-2e50754725e6",
    "datetime": "2023-08-01T20:05:00-04:00",
    "cutoff_datetime": "2023-08-01T20:05:00-04:00",
    "name": "CIN (B Lively) v. CHC (J Steele)",
    "bettypes": [
        {
            "id": "0b9b5c07-f5fe-4798-9dae-8cc089a72583",
            "match": "https://api-prod.gambitprofit.com/api/matches/37b10e1a-2cc8-4b0e-aebb-bd9407b903ef/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-01T09:03:22.760226-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 Steele)",
                        "amount": 5980.0
                    },
                    {
                        "team": "CIN (B Lively)",
                        "amount": 4020.0
                    }
                ],
                "expected_reward_tokens": 9567.6,
                "profit_sb": 67.6,
                "profit_sb_percentage": 0.71,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a865a6fa-fe59-4e12-8679-84fc1573dbb7",
                    "gambit_id": "168e8ff2-a1a7-4409-984f-e81ff886168c",
                    "last_updated": "2023-08-02T19:03:00.564664-04:00",
                    "created_at": "2023-08-01T09:03:22.771977-04:00",
                    "name": "CHC (J Steele)",
                    "reward": "1.60000",
                    "odds": "1.62500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b9b5c07-f5fe-4798-9dae-8cc089a72583/?format=api"
                },
                {
                    "id": "9abf553a-6446-4da5-af58-3bb63eb88b33",
                    "gambit_id": "191db2ef-95d6-4188-9aad-e10af3d46dbd",
                    "last_updated": "2023-08-02T19:03:00.560571-04:00",
                    "created_at": "2023-08-01T09:03:22.766309-04:00",
                    "name": "CIN (B Lively)",
                    "reward": "2.38000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b9b5c07-f5fe-4798-9dae-8cc089a72583/?format=api"
                }
            ]
        },
        {
            "id": "ee99520e-f521-468f-867a-18bb0d3499b7",
            "match": "https://api-prod.gambitprofit.com/api/matches/37b10e1a-2cc8-4b0e-aebb-bd9407b903ef/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-01T09:03:22.777294-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": 5688.0
                    },
                    {
                        "team": "CHC",
                        "amount": 4312.0
                    }
                ],
                "expected_reward_tokens": 9442.08,
                "profit_sb": -57.92,
                "profit_sb_percentage": -0.61,
                "recommended": false
            },
            "lines": [
                {
                    "id": "36289253-2751-42c7-935f-9b38cc0c9ed9",
                    "gambit_id": "e9a0e1f2-3549-4f17-8d8b-11536f44722d",
                    "last_updated": "2023-08-02T19:03:00.572105-04:00",
                    "created_at": "2023-08-01T09:03:22.782160-04:00",
                    "name": "CIN",
                    "reward": "1.66000",
                    "odds": "1.68970",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee99520e-f521-468f-867a-18bb0d3499b7/?format=api"
                },
                {
                    "id": "d0757ddc-e7e4-4e4a-bb67-0c6b4925bcb5",
                    "gambit_id": "6da212fc-bd2f-4b27-9703-8cd8b38c0806",
                    "last_updated": "2023-08-02T19:03:00.576478-04:00",
                    "created_at": "2023-08-01T09:03:22.787050-04:00",
                    "name": "CHC",
                    "reward": "2.19000",
                    "odds": "2.25000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee99520e-f521-468f-867a-18bb0d3499b7/?format=api"
                }
            ]
        },
        {
            "id": "e5126af6-854b-48bb-9582-5888df5d40e1",
            "match": "https://api-prod.gambitprofit.com/api/matches/37b10e1a-2cc8-4b0e-aebb-bd9407b903ef/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-01T09:03:22.806080-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": 5107.0
                    },
                    {
                        "team": "Game Total Under 8.5",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "aed5ac29-bdb5-4496-9e39-548223787fd0",
                    "gambit_id": "1fdc26ba-15b3-41be-b420-dc45e88dc452",
                    "last_updated": "2023-08-02T19:03:00.586086-04:00",
                    "created_at": "2023-08-01T09:03:22.815844-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5126af6-854b-48bb-9582-5888df5d40e1/?format=api"
                },
                {
                    "id": "cb5293ce-aaac-40ed-b1fa-191040a0d4fb",
                    "gambit_id": "47eac271-70b8-423d-a938-1fee3ae5d6fd",
                    "last_updated": "2023-08-02T19:03:00.589255-04:00",
                    "created_at": "2023-08-01T09:03:22.820739-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5126af6-854b-48bb-9582-5888df5d40e1/?format=api"
                }
            ]
        }
    ]
}