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/46e2d680-1d23-4f12-b98f-fa75acc2e86a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46e2d680-1d23-4f12-b98f-fa75acc2e86a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "e99c51c7-149d-4195-922b-9026c07e6c50",
    "completed": true,
    "last_updated": "2023-04-03T20:27:20.135738-04:00",
    "created_at": "2023-04-02T13:52:00.905529-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.11,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/e99c51c7-149d-4195-922b-9026c07e6c50",
    "datetime": "2023-04-02T19:07:00-04:00",
    "cutoff_datetime": "2023-04-02T19:07:00-04:00",
    "name": "Detroit Red Wings v. Toronto Maple Leafs",
    "bettypes": [
        {
            "id": "a0335abb-a118-47cd-818c-2e2b5cf220e8",
            "match": "https://api-prod.gambitprofit.com/api/matches/46e2d680-1d23-4f12-b98f-fa75acc2e86a/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-02T13:52:00.924284-04: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": "Toronto Maple Leafs",
                        "amount": 6892.0
                    },
                    {
                        "team": "Detroit Red Wings",
                        "amount": 3108.0
                    }
                ],
                "expected_reward_tokens": 9510.48,
                "profit_sb": 10.48,
                "profit_sb_percentage": 0.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9fc9dbd3-d876-4e1e-b1a3-ad7b1d0e3eb4",
                    "gambit_id": "8ccc8006-7482-4446-a0a0-c0105c3daef7",
                    "last_updated": "2023-04-03T20:27:20.168032-04:00",
                    "created_at": "2023-04-02T13:52:00.929423-04:00",
                    "name": "Toronto Maple Leafs",
                    "reward": "1.38000",
                    "odds": "1.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0335abb-a118-47cd-818c-2e2b5cf220e8/?format=api"
                },
                {
                    "id": "b84fda62-7293-41cc-b9d6-234288a84b80",
                    "gambit_id": "bb65dccc-d8d0-4a09-bb2e-1aa2baa3be44",
                    "last_updated": "2023-04-03T20:27:20.162872-04:00",
                    "created_at": "2023-04-02T13:52:00.926573-04:00",
                    "name": "Detroit Red Wings",
                    "reward": "3.06000",
                    "odds": "3.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0335abb-a118-47cd-818c-2e2b5cf220e8/?format=api"
                }
            ]
        },
        {
            "id": "eb70ced3-4ecb-44bd-a97b-27a5cd9ff58a",
            "match": "https://api-prod.gambitprofit.com/api/matches/46e2d680-1d23-4f12-b98f-fa75acc2e86a/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-04-02T13:52:00.916350-04: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": 5107.0
                    },
                    {
                        "team": "Toronto Maple Leafs",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "30d1d722-8131-4cfc-998f-b65d1e1b833e",
                    "gambit_id": "d905c746-168d-4379-be44-8b5036356ec0",
                    "last_updated": "2023-04-03T20:27:20.158131-04:00",
                    "created_at": "2023-04-02T13:52:00.921780-04:00",
                    "name": "Detroit Red Wings",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb70ced3-4ecb-44bd-a97b-27a5cd9ff58a/?format=api"
                },
                {
                    "id": "6a495ef9-698b-47aa-8dfd-4f2d0dff306b",
                    "gambit_id": "92088bc9-afc1-46d1-8576-a12fa27a008e",
                    "last_updated": "2023-04-03T20:27:20.154736-04:00",
                    "created_at": "2023-04-02T13:52:00.919000-04:00",
                    "name": "Toronto Maple Leafs",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb70ced3-4ecb-44bd-a97b-27a5cd9ff58a/?format=api"
                }
            ]
        },
        {
            "id": "9a796a36-8e52-4324-9cd1-a6d940bc9520",
            "match": "https://api-prod.gambitprofit.com/api/matches/46e2d680-1d23-4f12-b98f-fa75acc2e86a/?format=api",
            "name": "Over/Under",
            "created_at": "2023-04-02T13:52:00.908578-04: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 Under 6.5",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 6.5",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "35383db8-65c6-4c63-b48d-d9453d9dd456",
                    "gambit_id": "683dbdd7-26d9-4ad2-b6a7-a44af81338ca",
                    "last_updated": "2023-04-03T20:27:20.147479-04:00",
                    "created_at": "2023-04-02T13:52:00.910994-04:00",
                    "name": "Game Total Under 6.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a796a36-8e52-4324-9cd1-a6d940bc9520/?format=api"
                },
                {
                    "id": "8489b101-1c65-4664-ab44-d1ac59d13128",
                    "gambit_id": "d80e81da-915d-4a91-8693-467d3c1f9768",
                    "last_updated": "2023-04-03T20:27:20.150167-04:00",
                    "created_at": "2023-04-02T13:52:00.913576-04:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a796a36-8e52-4324-9cd1-a6d940bc9520/?format=api"
                }
            ]
        }
    ]
}