GET /api/bet_types/96992155-126b-4da9-ad5e-e953b1f602e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96992155-126b-4da9-ad5e-e953b1f602e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6515368-788a-4439-b53c-07a604cce196/?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": "Pittsburgh Penguins",
                "amount": 6042.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "c0bb7a75-e486-49c8-96f6-e8450de4c210",
            "gambit_id": "f2a378d8-9e70-4ff5-b861-2ff221cea56d",
            "last_updated": "2022-11-14T10:58:08.860149-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96992155-126b-4da9-ad5e-e953b1f602e1/?format=api"
        },
        {
            "id": "d9550bcc-8cf7-4f44-bba3-799fd04f44f7",
            "gambit_id": "9daacfb0-fc52-4477-a170-7cb629db3d62",
            "last_updated": "2022-11-14T10:58:08.861244-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96992155-126b-4da9-ad5e-e953b1f602e1/?format=api"
        }
    ]
}