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/5f55a436-8fb6-44cc-8fd8-77f48540fe5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f55a436-8fb6-44cc-8fd8-77f48540fe5d",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c2a48b43-7623-46e4-bef5-ce3c576cb787",
    "completed": true,
    "last_updated": "2023-01-20T10:11:59.448141-05:00",
    "created_at": "2023-01-19T09:22:06.072671-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.42,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/c2a48b43-7623-46e4-bef5-ce3c576cb787",
    "datetime": "2023-01-19T19:07:00-05:00",
    "cutoff_datetime": "2023-01-19T19:07:00-05:00",
    "name": "Winnipeg Jets v. Toronto Maple Leafs",
    "bettypes": [
        {
            "id": "a147f263-3d11-4c66-823e-a09f4d105d8e",
            "match": "https://api-prod.gambitprofit.com/api/matches/5f55a436-8fb6-44cc-8fd8-77f48540fe5d/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-01-19T09:22:06.081658-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": 5955.0
                    },
                    {
                        "team": "Winnipeg Jets",
                        "amount": 4045.0
                    }
                ],
                "expected_reward_tokens": 9586.65,
                "profit_sb": 86.65,
                "profit_sb_percentage": 0.91,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3796822e-e382-49ba-aece-8732a8c3cad4",
                    "gambit_id": "b0d94863-7aac-4315-bdb1-2723cbee14be",
                    "last_updated": "2023-01-20T10:11:59.457904-05:00",
                    "created_at": "2023-01-19T09:22:06.082772-05:00",
                    "name": "Toronto Maple Leafs",
                    "reward": "1.61000",
                    "odds": "1.62500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a147f263-3d11-4c66-823e-a09f4d105d8e/?format=api"
                },
                {
                    "id": "d1f7a2c8-d8b8-4a19-8c9c-ff4ed8192870",
                    "gambit_id": "3e2aa08f-6606-4093-bb0d-f2279be89947",
                    "last_updated": "2023-01-20T10:11:59.458959-05:00",
                    "created_at": "2023-01-19T09:22:06.083931-05:00",
                    "name": "Winnipeg Jets",
                    "reward": "2.37000",
                    "odds": "2.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a147f263-3d11-4c66-823e-a09f4d105d8e/?format=api"
                }
            ]
        },
        {
            "id": "36a71aa4-9070-4ed7-bb8b-2ee6c5c834d1",
            "match": "https://api-prod.gambitprofit.com/api/matches/5f55a436-8fb6-44cc-8fd8-77f48540fe5d/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-01-19T09:22:06.078037-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": "Winnipeg Jets",
                        "amount": 6176.0
                    },
                    {
                        "team": "Toronto Maple Leafs",
                        "amount": 3824.0
                    }
                ],
                "expected_reward_tokens": 9634.56,
                "profit_sb": 134.56,
                "profit_sb_percentage": 1.42,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e4845e27-5031-49b3-8835-f3a0e4932a12",
                    "gambit_id": "b0a3d599-fc69-44cc-8e83-832460cf7ad4",
                    "last_updated": "2023-01-20T10:11:59.455475-05:00",
                    "created_at": "2023-01-19T09:22:06.080426-05:00",
                    "name": "Winnipeg Jets",
                    "reward": "1.56000",
                    "odds": "1.57140",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36a71aa4-9070-4ed7-bb8b-2ee6c5c834d1/?format=api"
                },
                {
                    "id": "707a72bf-a6d7-49dc-95b1-c993dc552baa",
                    "gambit_id": "d5ea13a4-0f19-450c-abed-623521e6643f",
                    "last_updated": "2023-01-20T10:11:59.454276-05:00",
                    "created_at": "2023-01-19T09:22:06.079184-05:00",
                    "name": "Toronto Maple Leafs",
                    "reward": "2.52000",
                    "odds": "2.55000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36a71aa4-9070-4ed7-bb8b-2ee6c5c834d1/?format=api"
                }
            ]
        },
        {
            "id": "87ba4fb4-c5e1-4347-94b5-ca306bfde46c",
            "match": "https://api-prod.gambitprofit.com/api/matches/5f55a436-8fb6-44cc-8fd8-77f48540fe5d/?format=api",
            "name": "Over/Under",
            "created_at": "2023-01-19T09:22:06.074336-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": 5328.0
                    },
                    {
                        "team": "Game Total Over 6.5",
                        "amount": 4672.0
                    }
                ],
                "expected_reward_tokens": 9483.84,
                "profit_sb": -16.16,
                "profit_sb_percentage": -0.17,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f47e0eff-491b-4dd0-999b-f41accd07625",
                    "gambit_id": "578f2c95-879b-4497-9b2f-28452ae8b480",
                    "last_updated": "2023-01-20T10:11:59.450930-05:00",
                    "created_at": "2023-01-19T09:22:06.075558-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/87ba4fb4-c5e1-4347-94b5-ca306bfde46c/?format=api"
                },
                {
                    "id": "822ef69d-255f-4219-855f-ae86de83744c",
                    "gambit_id": "197cc0aa-b970-4603-9623-2a74ad2798e0",
                    "last_updated": "2023-01-20T10:11:59.452015-05:00",
                    "created_at": "2023-01-19T09:22:06.076766-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "2.03000",
                    "odds": "2.05000",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ba4fb4-c5e1-4347-94b5-ca306bfde46c/?format=api"
                }
            ]
        }
    ]
}