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/e7aeb518-491b-4f9b-a896-7e32754b2e02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7aeb518-491b-4f9b-a896-7e32754b2e02",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "4a9385cd-6596-46c5-bd77-9065056554d1",
    "completed": true,
    "last_updated": "2022-10-31T11:12:08.759912-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.06,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/4a9385cd-6596-46c5-bd77-9065056554d1",
    "datetime": "2022-10-29T19:05:00-04:00",
    "cutoff_datetime": "2022-10-29T19:05:00-04:00",
    "name": "Minnesota Wild v. Detroit Red Wings",
    "bettypes": [
        {
            "id": "09339c3c-5bf7-4533-a5a2-586459960240",
            "match": "https://api-prod.gambitprofit.com/api/matches/e7aeb518-491b-4f9b-a896-7e32754b2e02/?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": "Minnesota Wild",
                        "amount": 5863.0
                    },
                    {
                        "team": "Detroit Red Wings",
                        "amount": 4137.0
                    }
                ],
                "expected_reward_tokens": 9556.47,
                "profit_sb": 56.47,
                "profit_sb_percentage": 0.59,
                "recommended": true
            },
            "lines": [
                {
                    "id": "8e1f1aa7-262a-415c-88aa-627f439ad65b",
                    "gambit_id": "da666878-1e39-44b4-b5b4-77f8bf1df00b",
                    "last_updated": "2022-10-31T11:12:08.769962-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota Wild",
                    "reward": "1.63000",
                    "odds": "1.64520",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09339c3c-5bf7-4533-a5a2-586459960240/?format=api"
                },
                {
                    "id": "5ef801b6-accf-45cf-b056-d7ec51c34f1c",
                    "gambit_id": "fe301c4c-36d8-4d33-9c06-220f7a651aca",
                    "last_updated": "2022-10-31T11:12:08.769014-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Red Wings",
                    "reward": "2.31000",
                    "odds": "2.35000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09339c3c-5bf7-4533-a5a2-586459960240/?format=api"
                }
            ]
        },
        {
            "id": "7235f432-73d2-4647-bf04-a849d33024f0",
            "match": "https://api-prod.gambitprofit.com/api/matches/e7aeb518-491b-4f9b-a896-7e32754b2e02/?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": "Detroit Red Wings",
                        "amount": 6235.0
                    },
                    {
                        "team": "Minnesota Wild",
                        "amount": 3765.0
                    }
                ],
                "expected_reward_tokens": 9600.75,
                "profit_sb": 100.75,
                "profit_sb_percentage": 1.06,
                "recommended": true
            },
            "lines": [
                {
                    "id": "53487b23-273d-40d1-9698-5fbba006f1dc",
                    "gambit_id": "7252c05b-5ccd-48aa-9ee4-6d03372c711c",
                    "last_updated": "2022-10-31T11:12:08.766036-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Red Wings",
                    "reward": "1.54000",
                    "odds": "1.55560",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7235f432-73d2-4647-bf04-a849d33024f0/?format=api"
                },
                {
                    "id": "bd23609a-726f-4901-87f0-2fb9ac4b740f",
                    "gambit_id": "8ab07d78-352e-401f-bc1c-13b6e89d0b83",
                    "last_updated": "2022-10-31T11:12:08.767044-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota Wild",
                    "reward": "2.55000",
                    "odds": "2.60000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7235f432-73d2-4647-bf04-a849d33024f0/?format=api"
                }
            ]
        },
        {
            "id": "458462af-c48a-45f1-a4be-e6cc39c8cca4",
            "match": "https://api-prod.gambitprofit.com/api/matches/e7aeb518-491b-4f9b-a896-7e32754b2e02/?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": 5106.0
                    },
                    {
                        "team": "Game Total Under 6.5",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "03ef5d7c-bad6-4658-a40d-e34229cb1b15",
                    "gambit_id": "ae92527f-a82f-4f1a-97d4-5a8e9c6b756e",
                    "last_updated": "2022-10-31T11:12:08.763955-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/458462af-c48a-45f1-a4be-e6cc39c8cca4/?format=api"
                },
                {
                    "id": "125ab695-0003-4c2d-b87a-0230cb98e152",
                    "gambit_id": "5b009109-b317-4c5b-bf5f-8c209fd8a28b",
                    "last_updated": "2022-10-31T11:12:08.762812-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6.5",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/458462af-c48a-45f1-a4be-e6cc39c8cca4/?format=api"
                }
            ]
        }
    ]
}