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/3c7ebcf7-6c1b-440e-85f1-d6cc5457700e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c7ebcf7-6c1b-440e-85f1-d6cc5457700e",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "0b48fbf7-5cf3-433a-b2fe-387566686b4a",
    "completed": true,
    "last_updated": "2023-01-16T10:07:23.345252-05:00",
    "created_at": "2023-01-14T08:26:57.508263-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.09,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/0b48fbf7-5cf3-433a-b2fe-387566686b4a",
    "datetime": "2023-01-14T19:07:00-05:00",
    "cutoff_datetime": "2023-01-14T19:07:00-05:00",
    "name": "Montreal Canadiens v. New York Islanders",
    "bettypes": [
        {
            "id": "6a74b20e-d6bd-49c0-933c-29326e115823",
            "match": "https://api-prod.gambitprofit.com/api/matches/3c7ebcf7-6c1b-440e-85f1-d6cc5457700e/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-01-14T08:26:57.532688-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": "New York Islanders",
                        "amount": 6575.0
                    },
                    {
                        "team": "Montreal Canadiens",
                        "amount": 3425.0
                    }
                ],
                "expected_reward_tokens": 9007.75,
                "profit_sb": 7.75,
                "profit_sb_percentage": 0.09,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e20afd90-649a-431f-9f05-94f76aef6f3d",
                    "gambit_id": "e7199033-ede2-4f30-80ad-d7f0292ec0b7",
                    "last_updated": "2023-01-16T10:07:23.372496-05:00",
                    "created_at": "2023-01-14T08:26:57.535600-05:00",
                    "name": "New York Islanders",
                    "reward": "1.37000",
                    "odds": "1.43480",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a74b20e-d6bd-49c0-933c-29326e115823/?format=api"
                },
                {
                    "id": "75f63987-2ff2-4a4c-aee2-1f874596d0e8",
                    "gambit_id": "b4325db2-1c05-44d5-8710-72e980fff1fc",
                    "last_updated": "2023-01-16T10:07:23.375488-05:00",
                    "created_at": "2023-01-14T08:26:57.538700-05:00",
                    "name": "Montreal Canadiens",
                    "reward": "2.63000",
                    "odds": "2.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a74b20e-d6bd-49c0-933c-29326e115823/?format=api"
                }
            ]
        },
        {
            "id": "8cadd07d-80cb-494f-84da-9d9ffb713d43",
            "match": "https://api-prod.gambitprofit.com/api/matches/3c7ebcf7-6c1b-440e-85f1-d6cc5457700e/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-01-14T08:26:57.523179-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": "Montreal Canadiens",
                        "amount": 5482.0
                    },
                    {
                        "team": "New York Islanders",
                        "amount": 4518.0
                    }
                ],
                "expected_reward_tokens": 8990.48,
                "profit_sb": -9.52,
                "profit_sb_percentage": -0.11,
                "recommended": false
            },
            "lines": [
                {
                    "id": "30f459c1-72b7-4a43-82fc-0b43f0f1cdbc",
                    "gambit_id": "d77009cc-507e-40a9-a1b0-a83e7008fae5",
                    "last_updated": "2023-01-16T10:07:23.366417-05:00",
                    "created_at": "2023-01-14T08:26:57.529388-05:00",
                    "name": "Montreal Canadiens",
                    "reward": "1.64000",
                    "odds": "1.74070",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cadd07d-80cb-494f-84da-9d9ffb713d43/?format=api"
                },
                {
                    "id": "71a0c6bc-34b6-4f28-bba0-b531fbb0eb54",
                    "gambit_id": "7c368fec-180c-44e6-a979-258255377a30",
                    "last_updated": "2023-01-16T10:07:23.363356-05:00",
                    "created_at": "2023-01-14T08:26:57.526264-05:00",
                    "name": "New York Islanders",
                    "reward": "1.99000",
                    "odds": "2.15000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cadd07d-80cb-494f-84da-9d9ffb713d43/?format=api"
                }
            ]
        },
        {
            "id": "319ff6fd-da96-4731-a619-c6c3c2c7efd6",
            "match": "https://api-prod.gambitprofit.com/api/matches/3c7ebcf7-6c1b-440e-85f1-d6cc5457700e/?format=api",
            "name": "Over/Under",
            "created_at": "2023-01-14T08:26:57.512505-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 Over 5.5",
                        "amount": 5292.0
                    },
                    {
                        "team": "Game Total Under 5.5",
                        "amount": 4708.0
                    }
                ],
                "expected_reward_tokens": 8943.48,
                "profit_sb": -56.52,
                "profit_sb_percentage": -0.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d56d82e1-d0a5-4a70-b9ab-2b3d77c512fe",
                    "gambit_id": "ccd457c4-f7d6-4960-9885-0961888e27ed",
                    "last_updated": "2023-01-16T10:07:23.357145-05:00",
                    "created_at": "2023-01-14T08:26:57.519846-05:00",
                    "name": "Game Total Over 5.5",
                    "reward": "1.69000",
                    "odds": "1.80000",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/319ff6fd-da96-4731-a619-c6c3c2c7efd6/?format=api"
                },
                {
                    "id": "ee975942-fdba-4ff7-a079-a64d597c6897",
                    "gambit_id": "69bd4818-b5de-4ef4-b247-2fc476e2c54b",
                    "last_updated": "2023-01-16T10:07:23.354203-05:00",
                    "created_at": "2023-01-14T08:26:57.516528-05:00",
                    "name": "Game Total Under 5.5",
                    "reward": "1.90000",
                    "odds": "2.05000",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/319ff6fd-da96-4731-a619-c6c3c2c7efd6/?format=api"
                }
            ]
        }
    ]
}