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/a1d45745-5b91-4ef6-b69a-cdd185ac61f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1d45745-5b91-4ef6-b69a-cdd185ac61f6",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3f49e75a-a715-499e-9df3-5393e150f961",
    "completed": true,
    "last_updated": "2023-04-13T11:22:20.219317-04:00",
    "created_at": "2023-04-11T09:02:18.971318-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.74,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/3f49e75a-a715-499e-9df3-5393e150f961",
    "datetime": "2023-04-11T19:07:00-04:00",
    "cutoff_datetime": "2023-04-11T19:07:00-04:00",
    "name": "Toronto Maple Leafs v. Tampa Bay Lightning",
    "bettypes": [
        {
            "id": "48d47ea4-8192-49d1-a679-5fbc8ade958a",
            "match": "https://api-prod.gambitprofit.com/api/matches/a1d45745-5b91-4ef6-b69a-cdd185ac61f6/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-11T09:02:18.991032-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": "Tampa Bay Lightning",
                        "amount": 6611.0
                    },
                    {
                        "team": "Toronto Maple Leafs",
                        "amount": 3389.0
                    }
                ],
                "expected_reward_tokens": 9387.53,
                "profit_sb": -112.47,
                "profit_sb_percentage": -1.18,
                "recommended": false
            },
            "lines": [
                {
                    "id": "71e8815d-bb94-4393-b22e-0524e740dde8",
                    "gambit_id": "bd3a0420-f351-4089-9026-8e59542746e3",
                    "last_updated": "2023-04-13T11:22:20.240316-04:00",
                    "created_at": "2023-04-11T09:02:18.993784-04:00",
                    "name": "Tampa Bay Lightning",
                    "reward": "1.42000",
                    "odds": "1.44440",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48d47ea4-8192-49d1-a679-5fbc8ade958a/?format=api"
                },
                {
                    "id": "e5c71d56-b75e-42c3-bb8c-23c976b5f722",
                    "gambit_id": "a0f6b83f-1e25-403c-a659-7e2fd6272b94",
                    "last_updated": "2023-04-13T11:22:20.242808-04:00",
                    "created_at": "2023-04-11T09:02:18.998904-04:00",
                    "name": "Toronto Maple Leafs",
                    "reward": "2.77000",
                    "odds": "2.85000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48d47ea4-8192-49d1-a679-5fbc8ade958a/?format=api"
                }
            ]
        },
        {
            "id": "336b4a6f-6270-4cb8-b87c-bfb1085a18fa",
            "match": "https://api-prod.gambitprofit.com/api/matches/a1d45745-5b91-4ef6-b69a-cdd185ac61f6/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-04-11T09:02:18.983362-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": "Toronto Maple Leafs",
                        "amount": 5614.0
                    },
                    {
                        "team": "Tampa Bay Lightning",
                        "amount": 4386.0
                    }
                ],
                "expected_reward_tokens": 9429.9,
                "profit_sb": -70.1,
                "profit_sb_percentage": -0.74,
                "recommended": false
            },
            "lines": [
                {
                    "id": "569bf4b5-c2a5-4c41-9b9f-d73efbe615c1",
                    "gambit_id": "c764ce4b-66c3-4e56-8d8c-ea481ab2eb0f",
                    "last_updated": "2023-04-13T11:22:20.235730-04:00",
                    "created_at": "2023-04-11T09:02:18.988205-04:00",
                    "name": "Toronto Maple Leafs",
                    "reward": "1.68000",
                    "odds": "1.71430",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336b4a6f-6270-4cb8-b87c-bfb1085a18fa/?format=api"
                },
                {
                    "id": "54120e57-2292-4637-beb9-f03ed8ea76a1",
                    "gambit_id": "14d4a35e-23b5-40a1-a941-fb2c177839b5",
                    "last_updated": "2023-04-13T11:22:20.233378-04:00",
                    "created_at": "2023-04-11T09:02:18.985584-04:00",
                    "name": "Tampa Bay Lightning",
                    "reward": "2.15000",
                    "odds": "2.20000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336b4a6f-6270-4cb8-b87c-bfb1085a18fa/?format=api"
                }
            ]
        },
        {
            "id": "a10caad8-91d1-4eb8-b4be-2f1c37f62a78",
            "match": "https://api-prod.gambitprofit.com/api/matches/a1d45745-5b91-4ef6-b69a-cdd185ac61f6/?format=api",
            "name": "Over/Under",
            "created_at": "2023-04-11T09:02:18.974781-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 6.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 6.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6d808bf7-ddc8-4350-bf2b-f05c6e28bb73",
                    "gambit_id": "e48ca93d-7a84-4ea6-9f01-c8c1eb1afe99",
                    "last_updated": "2023-04-13T11:22:20.225488-04:00",
                    "created_at": "2023-04-11T09:02:18.977201-04:00",
                    "name": "Game Total Under 6.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a10caad8-91d1-4eb8-b4be-2f1c37f62a78/?format=api"
                },
                {
                    "id": "b0bc46fd-1da6-49c9-97e9-3a5db9427767",
                    "gambit_id": "cee62e45-59bc-4552-8d17-9a2b8fdbedd3",
                    "last_updated": "2023-04-13T11:22:20.228899-04:00",
                    "created_at": "2023-04-11T09:02:18.980016-04:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a10caad8-91d1-4eb8-b4be-2f1c37f62a78/?format=api"
                }
            ]
        }
    ]
}