GET /api/bet_types/2219cb83-e90c-40e5-b9eb-44e616500e86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2219cb83-e90c-40e5-b9eb-44e616500e86",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dbeb13b-0fb3-4c2d-a1a2-5129ba8a5e1c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-02T07:42:05.948013-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": "Dallas Stars",
                "amount": 6942.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "4e941e19-f395-4505-81e1-df25c2f3dbcd",
            "gambit_id": "1948d741-bdf8-4346-a4c1-72bfc90fd315",
            "last_updated": "2023-03-03T09:57:03.826726-05:00",
            "created_at": "2023-03-02T07:42:05.950405-05:00",
            "name": "Dallas Stars",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2219cb83-e90c-40e5-b9eb-44e616500e86/?format=api"
        },
        {
            "id": "c602cdc6-9ee2-442e-a80f-d2239162374a",
            "gambit_id": "9f323aae-19e2-43ad-a4aa-fba2198c67c8",
            "last_updated": "2023-03-03T09:57:03.825452-05:00",
            "created_at": "2023-03-02T07:42:05.949203-05:00",
            "name": "Chicago Blackhawks",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2219cb83-e90c-40e5-b9eb-44e616500e86/?format=api"
        }
    ]
}