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/6b3de046-d4b1-4bab-8b96-7583373e100d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b3de046-d4b1-4bab-8b96-7583373e100d",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3113e349-e31d-4598-9587-ec558a1aebe8",
    "completed": true,
    "last_updated": "2022-12-05T15:52:12.596117-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.11,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/3113e349-e31d-4598-9587-ec558a1aebe8",
    "datetime": "2022-12-04T18:07:00-05:00",
    "cutoff_datetime": "2022-12-04T18:07:00-05:00",
    "name": "Detroit Red Wings v. Columbus Blue Jackets",
    "bettypes": [
        {
            "id": "c23c5dd0-8489-40b7-8b59-166d41290cda",
            "match": "https://api-prod.gambitprofit.com/api/matches/6b3de046-d4b1-4bab-8b96-7583373e100d/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-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": "Detroit Red Wings",
                        "amount": 5304.0
                    },
                    {
                        "team": "Columbus Blue Jackets",
                        "amount": 4696.0
                    }
                ],
                "expected_reward_tokens": 9016.32,
                "profit_sb": 16.32,
                "profit_sb_percentage": 0.18,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7a92ce5f-75ec-4f02-b069-4a4f78162ccf",
                    "gambit_id": "e93ec314-7766-489c-8805-b271af16d310",
                    "last_updated": "2022-12-05T15:52:12.605712-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Red Wings",
                    "reward": "1.70000",
                    "odds": "1.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c23c5dd0-8489-40b7-8b59-166d41290cda/?format=api"
                },
                {
                    "id": "56830946-f8fb-4376-9f11-fec82152304b",
                    "gambit_id": "c256b68f-45f2-46ff-ac8a-470964655883",
                    "last_updated": "2022-12-05T15:52:12.604766-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Columbus Blue Jackets",
                    "reward": "1.92000",
                    "odds": "2.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c23c5dd0-8489-40b7-8b59-166d41290cda/?format=api"
                }
            ]
        },
        {
            "id": "02849ffe-dc38-4336-ba87-a47c413279b9",
            "match": "https://api-prod.gambitprofit.com/api/matches/6b3de046-d4b1-4bab-8b96-7583373e100d/?format=api",
            "name": "Play the Odds",
            "created_at": "1969-12-31T19:00:00-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": "Columbus Blue Jackets",
                        "amount": 6642.0
                    },
                    {
                        "team": "Detroit Red Wings",
                        "amount": 3358.0
                    }
                ],
                "expected_reward_tokens": 9099.54,
                "profit_sb": 99.54,
                "profit_sb_percentage": 1.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "820e6470-add6-4884-ba2d-12d3aa8f47d5",
                    "gambit_id": "6ea014c0-5b83-48b5-be24-e870bece3458",
                    "last_updated": "2022-12-05T15:52:12.601747-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Columbus Blue Jackets",
                    "reward": "1.37000",
                    "odds": "1.42550",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02849ffe-dc38-4336-ba87-a47c413279b9/?format=api"
                },
                {
                    "id": "4480a885-012e-4621-bb42-374c6ecb4a47",
                    "gambit_id": "99a8b0c5-a5ca-496f-87ef-86445013ec7c",
                    "last_updated": "2022-12-05T15:52:12.602733-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Red Wings",
                    "reward": "2.71000",
                    "odds": "2.95000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02849ffe-dc38-4336-ba87-a47c413279b9/?format=api"
                }
            ]
        },
        {
            "id": "fc976c76-f21d-4068-b69f-17e02a74c835",
            "match": "https://api-prod.gambitprofit.com/api/matches/6b3de046-d4b1-4bab-8b96-7583373e100d/?format=api",
            "name": "Over/Under",
            "created_at": "1969-12-31T19:00:00-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 6.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 6.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "33bd9ad1-57d4-48e7-90ca-7542560e083a",
                    "gambit_id": "88e6b5a0-8443-44c6-9f76-99c78c0a3cdb",
                    "last_updated": "2022-12-05T15:52:12.599753-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc976c76-f21d-4068-b69f-17e02a74c835/?format=api"
                },
                {
                    "id": "6ebc5e66-7a6d-4f8f-ac7a-17bd5b4ed249",
                    "gambit_id": "b6b70869-f87f-444f-a635-0f1cf867e817",
                    "last_updated": "2022-12-05T15:52:12.598641-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc976c76-f21d-4068-b69f-17e02a74c835/?format=api"
                }
            ]
        }
    ]
}