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/e3c21231-8107-4068-946a-da828011db8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3c21231-8107-4068-946a-da828011db8c",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "85870f86-f5b0-4bb7-9082-ccb07350aab3",
    "completed": true,
    "last_updated": "2022-12-23T12:17:24.948294-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.72,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/85870f86-f5b0-4bb7-9082-ccb07350aab3",
    "datetime": "2022-12-22T19:07:00-05:00",
    "cutoff_datetime": "2022-12-22T19:07:00-05:00",
    "name": "Winnipeg Jets v. Boston Bruins",
    "bettypes": [
        {
            "id": "8d31f323-a4c6-4331-bb29-a46f41398913",
            "match": "https://api-prod.gambitprofit.com/api/matches/e3c21231-8107-4068-946a-da828011db8c/?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": "Boston Bruins",
                        "amount": 6715.0
                    },
                    {
                        "team": "Winnipeg Jets",
                        "amount": 3285.0
                    }
                ],
                "expected_reward_tokens": 9065.25,
                "profit_sb": 65.25,
                "profit_sb_percentage": 0.72,
                "recommended": true
            },
            "lines": [
                {
                    "id": "df185dde-ba6b-4293-b60a-799a15322956",
                    "gambit_id": "c803e7b1-ff74-4555-b479-0d24cc9116c6",
                    "last_updated": "2022-12-23T12:17:24.957749-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Boston Bruins",
                    "reward": "1.35000",
                    "odds": "1.40820",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d31f323-a4c6-4331-bb29-a46f41398913/?format=api"
                },
                {
                    "id": "b905392a-28a2-4069-a497-5961b329be6e",
                    "gambit_id": "4a17a31b-c0f5-42c6-a6a4-4cd7c2a13de2",
                    "last_updated": "2022-12-23T12:17:24.958834-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Winnipeg Jets",
                    "reward": "2.76000",
                    "odds": "3.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d31f323-a4c6-4331-bb29-a46f41398913/?format=api"
                }
            ]
        },
        {
            "id": "a40b8141-1ab8-4266-a084-2718719e345d",
            "match": "https://api-prod.gambitprofit.com/api/matches/e3c21231-8107-4068-946a-da828011db8c/?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": "Winnipeg Jets",
                        "amount": 5402.0
                    },
                    {
                        "team": "Boston Bruins",
                        "amount": 4598.0
                    }
                ],
                "expected_reward_tokens": 8966.1,
                "profit_sb": -33.9,
                "profit_sb_percentage": -0.38,
                "recommended": false
            },
            "lines": [
                {
                    "id": "bd31bcb5-5b39-4abd-a45c-16115c891b9e",
                    "gambit_id": "de020ec0-b2ca-4deb-8b40-fe305f5575ec",
                    "last_updated": "2022-12-23T12:17:24.955528-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Winnipeg Jets",
                    "reward": "1.66000",
                    "odds": "1.76920",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a40b8141-1ab8-4266-a084-2718719e345d/?format=api"
                },
                {
                    "id": "bbbdb5a5-24df-4b49-a253-0d7781ed83e6",
                    "gambit_id": "9a229c2b-478d-4152-995b-e0ec526d073e",
                    "last_updated": "2022-12-23T12:17:24.954439-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Boston Bruins",
                    "reward": "1.95000",
                    "odds": "2.10000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a40b8141-1ab8-4266-a084-2718719e345d/?format=api"
                }
            ]
        },
        {
            "id": "7a41fe37-355e-41b1-870a-79b5177a2909",
            "match": "https://api-prod.gambitprofit.com/api/matches/e3c21231-8107-4068-946a-da828011db8c/?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",
                        "amount": 5098.0
                    },
                    {
                        "team": "Game Total Under 6",
                        "amount": 4902.0
                    }
                ],
                "expected_reward_tokens": 8921.5,
                "profit_sb": -78.5,
                "profit_sb_percentage": -0.87,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6fd237b1-572f-43cd-ad62-dab8a2a30fe0",
                    "gambit_id": "dd7e7af3-3f60-494f-933e-3c594bc1c3c4",
                    "last_updated": "2022-12-23T12:17:24.952171-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6",
                    "reward": "1.75000",
                    "odds": "1.86960",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a41fe37-355e-41b1-870a-79b5177a2909/?format=api"
                },
                {
                    "id": "3288ba38-b2b6-49ca-82f6-d4d8c4ca5e53",
                    "gambit_id": "3016fb93-766a-4165-b4ac-0bb90459fd58",
                    "last_updated": "2022-12-23T12:17:24.951046-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6",
                    "reward": "1.82000",
                    "odds": "1.95240",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a41fe37-355e-41b1-870a-79b5177a2909/?format=api"
                }
            ]
        }
    ]
}