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/87ecdd48-cdfa-434f-ba8f-36f80f77b9fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87ecdd48-cdfa-434f-ba8f-36f80f77b9fd",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "80afd408-023d-4a71-9116-c8523a850abe",
    "completed": true,
    "last_updated": "2023-09-18T22:53:05.243168-04:00",
    "created_at": "2023-09-17T10:28:02.087271-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.71,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/80afd408-023d-4a71-9116-c8523a850abe",
    "datetime": "2023-09-17T14:10:00-04:00",
    "cutoff_datetime": "2023-09-17T14:10:00-04:00",
    "name": "MIN (S Gray) v. CWS (D Cease)",
    "bettypes": [
        {
            "id": "253b6848-d065-4469-95d8-52e36f150fd1",
            "match": "https://api-prod.gambitprofit.com/api/matches/87ecdd48-cdfa-434f-ba8f-36f80f77b9fd/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-17T10:28:02.099779-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": "MIN (S Gray)",
                        "amount": 6173.0
                    },
                    {
                        "team": "CWS (D Cease)",
                        "amount": 3827.0
                    }
                ],
                "expected_reward_tokens": 9567.5,
                "profit_sb": 67.5,
                "profit_sb_percentage": 0.71,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e27e8828-15d8-450b-bfe9-7700138bc51a",
                    "gambit_id": "5807b777-fc4f-42d5-b8ff-adb28c01126d",
                    "last_updated": "2023-09-18T22:53:05.250893-04:00",
                    "created_at": "2023-09-17T10:28:02.114258-04:00",
                    "name": "MIN (S Gray)",
                    "reward": "1.55000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/253b6848-d065-4469-95d8-52e36f150fd1/?format=api"
                },
                {
                    "id": "33eae7f5-af47-4dc1-b5c1-c437576f3815",
                    "gambit_id": "ebc0ac93-01cf-418d-a4ee-ffbd6561dbae",
                    "last_updated": "2023-09-18T22:53:05.254607-04:00",
                    "created_at": "2023-09-17T10:28:02.119750-04:00",
                    "name": "CWS (D Cease)",
                    "reward": "2.50000",
                    "odds": "2.57000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/253b6848-d065-4469-95d8-52e36f150fd1/?format=api"
                }
            ]
        },
        {
            "id": "677cfdf1-d883-4aa8-8ebe-8f7f850680ab",
            "match": "https://api-prod.gambitprofit.com/api/matches/87ecdd48-cdfa-434f-ba8f-36f80f77b9fd/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-17T10:28:02.125175-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": "MIN",
                        "amount": 5213.0
                    },
                    {
                        "team": "CWS",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "29ecfc49-2688-4442-bf30-0c707edf9215",
                    "gambit_id": "7dd58bcf-02e6-49b7-bad2-0e2e353d2588",
                    "last_updated": "2023-09-18T22:53:05.263417-04:00",
                    "created_at": "2023-09-17T10:28:02.130723-04:00",
                    "name": "MIN",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/677cfdf1-d883-4aa8-8ebe-8f7f850680ab/?format=api"
                },
                {
                    "id": "60bb4b69-34d3-4e34-9118-544d93ab8f0b",
                    "gambit_id": "2c00d10c-3576-4061-affc-57b45fcd72aa",
                    "last_updated": "2023-09-18T22:53:05.266800-04:00",
                    "created_at": "2023-09-17T10:28:02.137293-04:00",
                    "name": "CWS",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/677cfdf1-d883-4aa8-8ebe-8f7f850680ab/?format=api"
                }
            ]
        },
        {
            "id": "6810cde3-703a-4a0b-aaf0-b1646c1dff7e",
            "match": "https://api-prod.gambitprofit.com/api/matches/87ecdd48-cdfa-434f-ba8f-36f80f77b9fd/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-17T10:28:02.143383-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 8.5",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Over 8.5",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "eb07f094-eaa3-4e45-bbd2-b813f0595b96",
                    "gambit_id": "02b4e397-f9c4-4e52-a329-35df49b0c036",
                    "last_updated": "2023-09-18T22:53:05.276720-04:00",
                    "created_at": "2023-09-17T10:28:02.154274-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6810cde3-703a-4a0b-aaf0-b1646c1dff7e/?format=api"
                },
                {
                    "id": "d448f122-0ee4-49cc-8d22-9e5c65b3e47e",
                    "gambit_id": "e5250aa6-bd00-427f-8196-2c768b907416",
                    "last_updated": "2023-09-18T22:53:05.273365-04:00",
                    "created_at": "2023-09-17T10:28:02.148921-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6810cde3-703a-4a0b-aaf0-b1646c1dff7e/?format=api"
                }
            ]
        }
    ]
}