GET /api/bet_types/5f65ed89-bd29-42d5-8128-71184157483e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f65ed89-bd29-42d5-8128-71184157483e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6281d6f1-c132-41bb-acd5-868bc36fca6f/?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": "SDG (J Musgrove)",
                "amount": 5959.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 4041.0
            }
        ],
        "expected_reward_tokens": 9294.3,
        "profit_sb": 294.3,
        "profit_sb_percentage": 3.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "d8b191bb-eea2-4419-9da3-62a38f892432",
            "gambit_id": "ad7dda58-7343-44cc-9739-c6be109908fa",
            "last_updated": "2022-09-07T09:42:25.183510-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f65ed89-bd29-42d5-8128-71184157483e/?format=api"
        },
        {
            "id": "7eb06e1e-19cc-4cab-ad2b-b1019e7317e4",
            "gambit_id": "e2264f86-57ef-4ccd-8097-9fa177c218df",
            "last_updated": "2022-09-07T09:42:25.184675-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (M Kelly)",
            "reward": "2.30000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f65ed89-bd29-42d5-8128-71184157483e/?format=api"
        }
    ]
}