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/d904cd53-b8bb-4ced-ab43-ec0a4dae6a2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d904cd53-b8bb-4ced-ab43-ec0a4dae6a2a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a4527018-7ed9-4b25-a495-a0b256ef22a9",
    "completed": true,
    "last_updated": "2023-12-14T10:33:29.121235-05:00",
    "created_at": "2023-12-12T10:03:08.298332-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.26,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/a4527018-7ed9-4b25-a495-a0b256ef22a9",
    "datetime": "2023-12-12T19:07:00-05:00",
    "cutoff_datetime": "2023-12-12T19:07:00-05:00",
    "name": "Arizona Coyotes v. Pittsburgh Penguins",
    "bettypes": [
        {
            "id": "df563fb5-22e4-4fb3-adc0-f60f9275eb58",
            "match": "https://api-prod.gambitprofit.com/api/matches/d904cd53-b8bb-4ced-ab43-ec0a4dae6a2a/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-12-12T10:03:08.311007-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": "Pittsburgh Penguins",
                        "amount": 6308.0
                    },
                    {
                        "team": "Arizona Coyotes",
                        "amount": 3692.0
                    }
                ],
                "expected_reward_tokens": 9525.08,
                "profit_sb": 25.08,
                "profit_sb_percentage": 0.26,
                "recommended": true
            },
            "lines": [
                {
                    "id": "81bc6a17-3c17-417b-9cce-034e73147d41",
                    "gambit_id": "07191af1-98e5-4ec1-b188-ab97d7460404",
                    "last_updated": "2023-12-14T10:33:29.136554-05:00",
                    "created_at": "2023-12-12T10:03:08.318772-05:00",
                    "name": "Pittsburgh Penguins",
                    "reward": "1.51000",
                    "odds": "1.52630",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df563fb5-22e4-4fb3-adc0-f60f9275eb58/?format=api"
                },
                {
                    "id": "8e25c530-bedb-4cb5-8ce2-cf1e2af17f79",
                    "gambit_id": "86c716d0-0983-412d-84dd-3e5abd41f008",
                    "last_updated": "2023-12-14T10:33:29.132229-05:00",
                    "created_at": "2023-12-12T10:03:08.314826-05:00",
                    "name": "Arizona Coyotes",
                    "reward": "2.58000",
                    "odds": "2.65000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df563fb5-22e4-4fb3-adc0-f60f9275eb58/?format=api"
                }
            ]
        },
        {
            "id": "8d40e663-8da1-4088-bf04-16856364d79c",
            "match": "https://api-prod.gambitprofit.com/api/matches/d904cd53-b8bb-4ced-ab43-ec0a4dae6a2a/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-12-12T10:03:08.322544-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": "Arizona Coyotes",
                        "amount": 5867.0
                    },
                    {
                        "team": "Pittsburgh Penguins",
                        "amount": 4133.0
                    }
                ],
                "expected_reward_tokens": 9504.54,
                "profit_sb": 4.54,
                "profit_sb_percentage": 0.05,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c58ed573-1cd7-4f49-b4f0-fffd1f608090",
                    "gambit_id": "b7c391f9-8db4-4a1d-85ee-dcd2e94939e1",
                    "last_updated": "2023-12-14T10:33:29.147690-05:00",
                    "created_at": "2023-12-12T10:03:08.336732-05:00",
                    "name": "Arizona Coyotes",
                    "reward": "1.62000",
                    "odds": "1.64520",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d40e663-8da1-4088-bf04-16856364d79c/?format=api"
                },
                {
                    "id": "c0c9992f-8cdf-4ee8-a0df-c649b61457a6",
                    "gambit_id": "f5d0de14-7b67-40b7-8f2d-5046555a749f",
                    "last_updated": "2023-12-14T10:33:29.143899-05:00",
                    "created_at": "2023-12-12T10:03:08.332312-05:00",
                    "name": "Pittsburgh Penguins",
                    "reward": "2.30000",
                    "odds": "2.35000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d40e663-8da1-4088-bf04-16856364d79c/?format=api"
                }
            ]
        },
        {
            "id": "01433b03-4bdc-44c1-a802-c1fd7eaa0359",
            "match": "https://api-prod.gambitprofit.com/api/matches/d904cd53-b8bb-4ced-ab43-ec0a4dae6a2a/?format=api",
            "name": "Over/Under",
            "created_at": "2023-12-12T10:03:08.340397-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": 5000.0
                    },
                    {
                        "team": "Game Total Under 6",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "807539ec-be8a-46ec-ac00-5880922da507",
                    "gambit_id": "8faddbf0-25d3-4a40-95b0-20c55efac875",
                    "last_updated": "2023-12-14T10:33:29.158215-05:00",
                    "created_at": "2023-12-12T10:03:08.349162-05:00",
                    "name": "Game Total Over 6",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01433b03-4bdc-44c1-a802-c1fd7eaa0359/?format=api"
                },
                {
                    "id": "eb4337e6-fc0d-4bff-bf4f-dd6ea4a7aa41",
                    "gambit_id": "80697437-1878-4f9d-a31d-d430b8e67d57",
                    "last_updated": "2023-12-14T10:33:29.154547-05:00",
                    "created_at": "2023-12-12T10:03:08.344043-05:00",
                    "name": "Game Total Under 6",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01433b03-4bdc-44c1-a802-c1fd7eaa0359/?format=api"
                }
            ]
        }
    ]
}