GET /api/bet_types/995da41f-2030-418c-86aa-5fbdd9bf1c8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "995da41f-2030-418c-86aa-5fbdd9bf1c8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd2dea70-e201-4c82-89d8-f8835c6fac7f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-21T08:51:54.107856-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": "Washington Capitals",
                "amount": 5863.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "f2837463-f157-4824-9336-57374f14fca0",
            "gambit_id": "09b23640-5d36-4cfc-8e5b-6131e06f785e",
            "last_updated": "2023-02-22T09:02:04.345168-05:00",
            "created_at": "2023-02-21T08:51:54.109112-05:00",
            "name": "Washington Capitals",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/995da41f-2030-418c-86aa-5fbdd9bf1c8d/?format=api"
        },
        {
            "id": "d0ba0338-f27e-45ea-9955-d0e8a4ced124",
            "gambit_id": "b42a8e59-6f17-40f5-a521-6ff38cc8759b",
            "last_updated": "2023-02-22T09:02:04.346307-05:00",
            "created_at": "2023-02-21T08:51:54.110420-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/995da41f-2030-418c-86aa-5fbdd9bf1c8d/?format=api"
        }
    ]
}