GET /api/bet_types/96422a35-ced2-486b-9161-7c9f48c387ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96422a35-ced2-486b-9161-7c9f48c387ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/c82bf425-a0cc-4de4-a03f-55b1cc2fc06f/?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": "CWS (J Cueto)",
                "amount": 5884.0
            },
            {
                "team": "DET (ED Rodriguez)",
                "amount": 4116.0
            }
        ],
        "expected_reward_tokens": 9178.68,
        "profit_sb": 178.68,
        "profit_sb_percentage": 1.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc5325ac-a621-426c-8723-cca517e42410",
            "gambit_id": "d88e4386-0531-4bc9-bc95-2beed652bb16",
            "last_updated": "2022-12-24T17:12:09.872801-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (J Cueto)",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96422a35-ced2-486b-9161-7c9f48c387ce/?format=api"
        },
        {
            "id": "adf1bb0a-c520-496a-8b80-2ddae7002de5",
            "gambit_id": "7e8768f1-12ad-45f3-993a-722979c2410e",
            "last_updated": "2022-12-24T17:12:09.871609-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (ED Rodriguez)",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96422a35-ced2-486b-9161-7c9f48c387ce/?format=api"
        }
    ]
}