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/6de88b87-a6c0-4b80-af8d-b7eeadef036b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6de88b87-a6c0-4b80-af8d-b7eeadef036b",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "e8d8b0c5-9f43-4a80-8b99-53421908e9ca",
    "completed": true,
    "last_updated": "2023-01-30T17:46:59.575289-05:00",
    "created_at": "2023-01-29T08:41:55.123386-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.25,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/e8d8b0c5-9f43-4a80-8b99-53421908e9ca",
    "datetime": "2023-01-29T17:07:00-05:00",
    "cutoff_datetime": "2023-01-29T17:07:00-05:00",
    "name": "Boston Bruins v. Carolina Hurricanes",
    "bettypes": [
        {
            "id": "2155b8fc-00ba-4ed4-8965-17eda3321aaa",
            "match": "https://api-prod.gambitprofit.com/api/matches/6de88b87-a6c0-4b80-af8d-b7eeadef036b/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-01-29T08:41:55.132934-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": "Carolina Hurricanes",
                        "amount": 5212.0
                    },
                    {
                        "team": "Boston Bruins",
                        "amount": 4788.0
                    }
                ],
                "expected_reward_tokens": 9432.36,
                "profit_sb": -67.64,
                "profit_sb_percentage": -0.71,
                "recommended": false
            },
            "lines": [
                {
                    "id": "59ee44e6-9ee2-45db-942a-2b20da4bbc98",
                    "gambit_id": "37012047-e07b-4a6b-9e2e-66dc4c6e4028",
                    "last_updated": "2023-01-30T17:46:59.586941-05:00",
                    "created_at": "2023-01-29T08:41:55.134111-05:00",
                    "name": "Carolina Hurricanes",
                    "reward": "1.81000",
                    "odds": "1.83330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2155b8fc-00ba-4ed4-8965-17eda3321aaa/?format=api"
                },
                {
                    "id": "1f0ba24b-bd92-43fe-bf86-7ef7b098c043",
                    "gambit_id": "768de943-b978-464e-804f-5051ec2a8b31",
                    "last_updated": "2023-01-30T17:46:59.588433-05:00",
                    "created_at": "2023-01-29T08:41:55.135404-05:00",
                    "name": "Boston Bruins",
                    "reward": "1.97000",
                    "odds": "2.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2155b8fc-00ba-4ed4-8965-17eda3321aaa/?format=api"
                }
            ]
        },
        {
            "id": "f9d2a983-f980-4a2c-bd4d-72037b63cfdc",
            "match": "https://api-prod.gambitprofit.com/api/matches/6de88b87-a6c0-4b80-af8d-b7eeadef036b/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-01-29T08:41:55.129084-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": 6721.0
                    },
                    {
                        "team": "Carolina Hurricanes",
                        "amount": 3279.0
                    }
                ],
                "expected_reward_tokens": 9476.31,
                "profit_sb": -23.69,
                "profit_sb_percentage": -0.25,
                "recommended": false
            },
            "lines": [
                {
                    "id": "307961a3-dfa1-4297-8edd-bad25afadcda",
                    "gambit_id": "24e6efb2-fb96-476a-a850-e91a7a9d1619",
                    "last_updated": "2023-01-30T17:46:59.583538-05:00",
                    "created_at": "2023-01-29T08:41:55.131653-05:00",
                    "name": "Boston Bruins",
                    "reward": "1.41000",
                    "odds": "1.42550",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9d2a983-f980-4a2c-bd4d-72037b63cfdc/?format=api"
                },
                {
                    "id": "a56150e8-c7ac-4b74-a1b7-36b8def9fc48",
                    "gambit_id": "0f9943cf-2d2a-482d-8a3b-404595c4e388",
                    "last_updated": "2023-01-30T17:46:59.582112-05:00",
                    "created_at": "2023-01-29T08:41:55.130414-05:00",
                    "name": "Carolina Hurricanes",
                    "reward": "2.89000",
                    "odds": "2.95000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9d2a983-f980-4a2c-bd4d-72037b63cfdc/?format=api"
                }
            ]
        },
        {
            "id": "0d2956ff-f5e1-4e7c-b423-101890079fd1",
            "match": "https://api-prod.gambitprofit.com/api/matches/6de88b87-a6c0-4b80-af8d-b7eeadef036b/?format=api",
            "name": "Over/Under",
            "created_at": "2023-01-29T08:41:55.125125-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": 5106.0
                    },
                    {
                        "team": "Game Total Under 5.5",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4f7ec2c4-e808-4ec6-ba6c-e71550a42363",
                    "gambit_id": "70576c1c-0866-49f3-929d-b19a8b440c49",
                    "last_updated": "2023-01-30T17:46:59.579582-05:00",
                    "created_at": "2023-01-29T08:41:55.127650-05:00",
                    "name": "Game Total Over 5.5",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d2956ff-f5e1-4e7c-b423-101890079fd1/?format=api"
                },
                {
                    "id": "0d513331-0411-4bb7-b57e-f58f1d051af9",
                    "gambit_id": "8bdf4c30-50a1-42c3-9380-b7a44d349354",
                    "last_updated": "2023-01-30T17:46:59.578354-05:00",
                    "created_at": "2023-01-29T08:41:55.126361-05:00",
                    "name": "Game Total Under 5.5",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d2956ff-f5e1-4e7c-b423-101890079fd1/?format=api"
                }
            ]
        }
    ]
}