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/3602abd5-1944-4a10-b978-798553ec5e5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3602abd5-1944-4a10-b978-798553ec5e5c",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "9d18622a-d89c-4ebd-a49b-777e80cdbd6f",
    "completed": true,
    "last_updated": "2022-12-17T09:57:42.288364-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.16,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/9d18622a-d89c-4ebd-a49b-777e80cdbd6f",
    "datetime": "2022-12-15T19:07:00-05:00",
    "cutoff_datetime": "2022-12-15T19:07:00-05:00",
    "name": "Dallas Stars v. Washington Capitals",
    "bettypes": [
        {
            "id": "a927e48a-f176-4a8d-a1cd-080a47ddac02",
            "match": "https://api-prod.gambitprofit.com/api/matches/3602abd5-1944-4a10-b978-798553ec5e5c/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05: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": "Dallas Stars",
                        "amount": 5097.0
                    },
                    {
                        "team": "Washington Capitals",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "fb6bba11-30ad-45c6-ad10-26c801289a30",
                    "gambit_id": "61506e1c-fd9b-4fa9-8079-8095072702f7",
                    "last_updated": "2022-12-17T09:57:42.301675-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Stars",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a927e48a-f176-4a8d-a1cd-080a47ddac02/?format=api"
                },
                {
                    "id": "96bf66f5-e816-4ee6-af15-720b6b7b39da",
                    "gambit_id": "273d358a-c0f8-4d8c-9bc7-4854c48ff500",
                    "last_updated": "2022-12-17T09:57:42.300622-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington Capitals",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a927e48a-f176-4a8d-a1cd-080a47ddac02/?format=api"
                }
            ]
        },
        {
            "id": "d9db21c4-d093-4e0c-8b88-c964beef9dea",
            "match": "https://api-prod.gambitprofit.com/api/matches/3602abd5-1944-4a10-b978-798553ec5e5c/?format=api",
            "name": "Play the Odds",
            "created_at": "1969-12-31T19:00:00-05: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": "Washington Capitals",
                        "amount": 6862.0
                    },
                    {
                        "team": "Dallas Stars",
                        "amount": 3138.0
                    }
                ],
                "expected_reward_tokens": 9194.34,
                "profit_sb": 194.34,
                "profit_sb_percentage": 2.16,
                "recommended": true
            },
            "lines": [
                {
                    "id": "cc871467-f97c-4805-8d94-77cc653368a2",
                    "gambit_id": "a7baa7bc-76d6-4557-a50f-45f0ea5268fe",
                    "last_updated": "2022-12-17T09:57:42.297334-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington Capitals",
                    "reward": "1.34000",
                    "odds": "1.38460",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9db21c4-d093-4e0c-8b88-c964beef9dea/?format=api"
                },
                {
                    "id": "333dde2a-5487-4b8d-ac61-57ee06db21a6",
                    "gambit_id": "8e0c2f9c-3871-41cd-94d2-faa15662d7f7",
                    "last_updated": "2022-12-17T09:57:42.298466-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Stars",
                    "reward": "2.93000",
                    "odds": "3.20000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9db21c4-d093-4e0c-8b88-c964beef9dea/?format=api"
                }
            ]
        },
        {
            "id": "11f3c34c-00eb-428a-9058-a1a1115f4e10",
            "match": "https://api-prod.gambitprofit.com/api/matches/3602abd5-1944-4a10-b978-798553ec5e5c/?format=api",
            "name": "Over/Under",
            "created_at": "1969-12-31T19:00:00-05: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 6",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 6",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1601fd3b-0189-4036-bd3b-50b9bfb89358",
                    "gambit_id": "3e14ab83-73c7-465f-a53a-93fb4ce14df7",
                    "last_updated": "2022-12-17T09:57:42.294201-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11f3c34c-00eb-428a-9058-a1a1115f4e10/?format=api"
                },
                {
                    "id": "7a73eb30-09b9-46d5-99be-936b4ec2a454",
                    "gambit_id": "60097529-4915-4ad1-b564-dc8b4df5186b",
                    "last_updated": "2022-12-17T09:57:42.295270-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11f3c34c-00eb-428a-9058-a1a1115f4e10/?format=api"
                }
            ]
        }
    ]
}