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/f5a9f0ae-0470-4bbb-bc4d-8ad9e1e7a9ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5a9f0ae-0470-4bbb-bc4d-8ad9e1e7a9ee",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3754555d-cb34-4d7d-971b-2ae1aab8a127",
    "completed": true,
    "last_updated": "2023-04-14T12:02:23.025446-04:00",
    "created_at": "2023-04-13T09:32:18.980259-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.13,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/3754555d-cb34-4d7d-971b-2ae1aab8a127",
    "datetime": "2023-04-13T20:07:00-04:00",
    "cutoff_datetime": "2023-04-13T20:07:00-04:00",
    "name": "St Louis Blues v. Dallas Stars",
    "bettypes": [
        {
            "id": "516dd15f-5392-4e2f-b5c7-d18b58553e77",
            "match": "https://api-prod.gambitprofit.com/api/matches/f5a9f0ae-0470-4bbb-bc4d-8ad9e1e7a9ee/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-13T09:32:18.991319-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": "Dallas Stars",
                        "amount": 7152.0
                    },
                    {
                        "team": "St Louis Blues",
                        "amount": 2848.0
                    }
                ],
                "expected_reward_tokens": 9512.16,
                "profit_sb": 12.16,
                "profit_sb_percentage": 0.13,
                "recommended": true
            },
            "lines": [
                {
                    "id": "51f9572a-4334-41ca-ada9-9ea97a0f55c3",
                    "gambit_id": "87d2c27f-15e6-46cb-b058-8ed5bc8c1acd",
                    "last_updated": "2023-04-14T12:02:23.048607-04:00",
                    "created_at": "2023-04-13T09:32:18.992670-04:00",
                    "name": "Dallas Stars",
                    "reward": "1.33000",
                    "odds": "1.34480",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/516dd15f-5392-4e2f-b5c7-d18b58553e77/?format=api"
                },
                {
                    "id": "a5a8ce8c-abfc-4e9e-be1e-03d315314775",
                    "gambit_id": "53a0e78e-a334-4b6e-8552-088bd8b57d4a",
                    "last_updated": "2023-04-14T12:02:23.050521-04:00",
                    "created_at": "2023-04-13T09:32:18.994033-04:00",
                    "name": "St Louis Blues",
                    "reward": "3.34000",
                    "odds": "3.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/516dd15f-5392-4e2f-b5c7-d18b58553e77/?format=api"
                }
            ]
        },
        {
            "id": "4797a0d5-d113-4658-8139-d398ce825b3b",
            "match": "https://api-prod.gambitprofit.com/api/matches/f5a9f0ae-0470-4bbb-bc4d-8ad9e1e7a9ee/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-04-13T09:32:18.986914-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": "Dallas Stars",
                        "amount": 5000.0
                    },
                    {
                        "team": "St Louis Blues",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ab4a752a-4768-471d-8645-a399363635b7",
                    "gambit_id": "eef8b4be-8405-404f-9d49-86c9f17cc2f5",
                    "last_updated": "2023-04-14T12:02:23.042136-04:00",
                    "created_at": "2023-04-13T09:32:18.988320-04:00",
                    "name": "Dallas Stars",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4797a0d5-d113-4658-8139-d398ce825b3b/?format=api"
                },
                {
                    "id": "2b5fc701-6043-4d1b-b5e7-8d40350dfe0f",
                    "gambit_id": "4e06ba6e-a855-4b71-9c3d-baf8feda5a7a",
                    "last_updated": "2023-04-14T12:02:23.044366-04:00",
                    "created_at": "2023-04-13T09:32:18.989839-04:00",
                    "name": "St Louis Blues",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4797a0d5-d113-4658-8139-d398ce825b3b/?format=api"
                }
            ]
        },
        {
            "id": "db50cc43-5043-4f80-b279-4927a3c76244",
            "match": "https://api-prod.gambitprofit.com/api/matches/f5a9f0ae-0470-4bbb-bc4d-8ad9e1e7a9ee/?format=api",
            "name": "Over/Under",
            "created_at": "2023-04-13T09:32:18.982442-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 6",
                        "amount": 5319.0
                    },
                    {
                        "team": "Game Total Under 6",
                        "amount": 4681.0
                    }
                ],
                "expected_reward_tokens": 9361.44,
                "profit_sb": -138.56,
                "profit_sb_percentage": -1.46,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8bc15e50-bf92-47f3-a778-a5036eee9184",
                    "gambit_id": "3089bf57-d4f8-4178-ade0-1d84d3f8b5e2",
                    "last_updated": "2023-04-14T12:02:23.036792-04:00",
                    "created_at": "2023-04-13T09:32:18.985557-04:00",
                    "name": "Game Total Over 6",
                    "reward": "1.76000",
                    "odds": "1.80000",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db50cc43-5043-4f80-b279-4927a3c76244/?format=api"
                },
                {
                    "id": "b22438ad-cb44-44d3-b292-aa6fd0cc6b95",
                    "gambit_id": "d3debed7-4c8d-4872-81ea-0e37bac61809",
                    "last_updated": "2023-04-14T12:02:23.031883-04:00",
                    "created_at": "2023-04-13T09:32:18.984103-04:00",
                    "name": "Game Total Under 6",
                    "reward": "2.00000",
                    "odds": "2.05000",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db50cc43-5043-4f80-b279-4927a3c76244/?format=api"
                }
            ]
        }
    ]
}