GET /api/bet_types/2c04cac0-8831-4f51-8003-ab4a7f723ee5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c04cac0-8831-4f51-8003-ab4a7f723ee5",
    "match": "https://api-prod.gambitprofit.com/api/matches/77d51d1a-50eb-47ea-b171-85df844ba522/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-11T08:53:08.972613-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7900.0
            },
            {
                "team": "Draw",
                "amount": 2100.0
            }
        ],
        "expected_reward_tokens": 10584.0,
        "profit_sb": 1084.0,
        "profit_sb_percentage": 11.41,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 6854.0
            },
            {
                "team": "Draw",
                "amount": 1822.0
            },
            {
                "team": "Brentford",
                "amount": 1323.0
            }
        ],
        "expected_reward_tokens": 9181.62,
        "profit_sb": -318.38,
        "profit_sb_percentage": -3.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "c099ee6d-2bb7-471c-8791-8bd10a86412e",
            "gambit_id": "46d1903a-7a1e-423c-8a1a-33f96b059b4f",
            "last_updated": "2023-11-14T09:53:14.131926-05:00",
            "created_at": "2023-11-11T08:53:08.981324-05:00",
            "name": "Liverpool",
            "reward": "1.34000",
            "odds": "1.36000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c04cac0-8831-4f51-8003-ab4a7f723ee5/?format=api"
        },
        {
            "id": "d9fadcf8-f20c-4e97-a8b9-b6a85fa370cb",
            "gambit_id": "37baec26-d861-4997-be7a-316679829f47",
            "last_updated": "2023-11-14T09:53:14.128621-05:00",
            "created_at": "2023-11-11T08:53:08.976930-05:00",
            "name": "Draw",
            "reward": "5.04000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c04cac0-8831-4f51-8003-ab4a7f723ee5/?format=api"
        },
        {
            "id": "225c7bb4-fcbd-4861-b102-9b257868c59c",
            "gambit_id": "50d6dc54-9634-416f-9d98-1a0929140f7d",
            "last_updated": "2023-11-14T09:53:14.135155-05:00",
            "created_at": "2023-11-11T08:53:08.987740-05:00",
            "name": "Brentford",
            "reward": "6.94000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c04cac0-8831-4f51-8003-ab4a7f723ee5/?format=api"
        }
    ]
}