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/eef19f24-e073-493f-9957-0b7e3132db3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eef19f24-e073-493f-9957-0b7e3132db3b",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "f69c5fa2-44f5-4e7f-9e77-fed46fb98a6b",
    "completed": true,
    "last_updated": "2023-01-28T15:22:22.853776-05:00",
    "created_at": "2023-01-27T08:57:16.485490-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.18,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/f69c5fa2-44f5-4e7f-9e77-fed46fb98a6b",
    "datetime": "2023-01-27T19:07:00-05:00",
    "cutoff_datetime": "2023-01-27T19:07:00-05:00",
    "name": "Ottawa Senators v. Toronto Maple Leafs",
    "bettypes": [
        {
            "id": "ec6a7290-5c39-4b58-a86b-26f53f67a4be",
            "match": "https://api-prod.gambitprofit.com/api/matches/eef19f24-e073-493f-9957-0b7e3132db3b/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-01-27T08:57:16.495341-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": "Toronto Maple Leafs",
                        "amount": 6475.0
                    },
                    {
                        "team": "Ottawa Senators",
                        "amount": 3525.0
                    }
                ],
                "expected_reward_tokens": 9517.5,
                "profit_sb": 17.5,
                "profit_sb_percentage": 0.18,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9036e0ae-7669-4b86-8f39-c9d83c135462",
                    "gambit_id": "010f564f-3019-4a89-98aa-80ce12585625",
                    "last_updated": "2023-01-28T15:22:22.863582-05:00",
                    "created_at": "2023-01-27T08:57:16.496529-05:00",
                    "name": "Toronto Maple Leafs",
                    "reward": "1.47000",
                    "odds": "1.48780",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec6a7290-5c39-4b58-a86b-26f53f67a4be/?format=api"
                },
                {
                    "id": "26d63ce8-1d81-453a-af4f-5837d9c1f54e",
                    "gambit_id": "8d38dbc4-b7ff-4cbd-9c4b-a39658bd8c6f",
                    "last_updated": "2023-01-28T15:22:22.864663-05:00",
                    "created_at": "2023-01-27T08:57:16.497755-05:00",
                    "name": "Ottawa Senators",
                    "reward": "2.70000",
                    "odds": "2.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec6a7290-5c39-4b58-a86b-26f53f67a4be/?format=api"
                }
            ]
        },
        {
            "id": "74c058f8-eb94-4485-9011-2a34c3e74c77",
            "match": "https://api-prod.gambitprofit.com/api/matches/eef19f24-e073-493f-9957-0b7e3132db3b/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-01-27T08:57:16.491173-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": "Ottawa Senators",
                        "amount": 5521.0
                    },
                    {
                        "team": "Toronto Maple Leafs",
                        "amount": 4479.0
                    }
                ],
                "expected_reward_tokens": 9495.48,
                "profit_sb": -4.52,
                "profit_sb_percentage": -0.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0837e765-7dae-42c1-94bc-cdbb60f05a2d",
                    "gambit_id": "6ba3b5b9-6a98-43be-8456-88bd8181ddf6",
                    "last_updated": "2023-01-28T15:22:22.861339-05:00",
                    "created_at": "2023-01-27T08:57:16.493965-05:00",
                    "name": "Ottawa Senators",
                    "reward": "1.72000",
                    "odds": "1.74070",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74c058f8-eb94-4485-9011-2a34c3e74c77/?format=api"
                },
                {
                    "id": "5c9ca7ac-972d-4da5-95de-077222381df7",
                    "gambit_id": "3622e924-a9ef-4a55-87a2-0773cd81cdf6",
                    "last_updated": "2023-01-28T15:22:22.860192-05:00",
                    "created_at": "2023-01-27T08:57:16.492398-05:00",
                    "name": "Toronto Maple Leafs",
                    "reward": "2.12000",
                    "odds": "2.15000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74c058f8-eb94-4485-9011-2a34c3e74c77/?format=api"
                }
            ]
        },
        {
            "id": "9f89dce6-8157-4b3b-9157-d7e6879159e9",
            "match": "https://api-prod.gambitprofit.com/api/matches/eef19f24-e073-493f-9957-0b7e3132db3b/?format=api",
            "name": "Over/Under",
            "created_at": "2023-01-27T08:57:16.487244-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.5",
                        "amount": 5316.0
                    },
                    {
                        "team": "Game Total Over 6.5",
                        "amount": 4684.0
                    }
                ],
                "expected_reward_tokens": 9461.68,
                "profit_sb": -38.32,
                "profit_sb_percentage": -0.4,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3cf2d657-4c55-4549-9b00-3996e9f0d136",
                    "gambit_id": "1bf6ec9b-ba15-40b3-87ae-1223747f2159",
                    "last_updated": "2023-01-28T15:22:22.856704-05:00",
                    "created_at": "2023-01-27T08:57:16.488548-05:00",
                    "name": "Game Total Under 6.5",
                    "reward": "1.78000",
                    "odds": "1.80000",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f89dce6-8157-4b3b-9157-d7e6879159e9/?format=api"
                },
                {
                    "id": "94fe2c16-2fec-439f-86ad-1ac7dae7220e",
                    "gambit_id": "3aacd8f0-26bb-4f41-a83e-ce21f6252008",
                    "last_updated": "2023-01-28T15:22:22.857882-05:00",
                    "created_at": "2023-01-27T08:57:16.489860-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "2.02000",
                    "odds": "2.05000",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f89dce6-8157-4b3b-9157-d7e6879159e9/?format=api"
                }
            ]
        }
    ]
}