GET /api/bet_types/795f156b-5509-47ef-a1f8-ed7a2e8fb113/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "795f156b-5509-47ef-a1f8-ed7a2e8fb113",
    "match": "https://api-prod.gambitprofit.com/api/matches/87b42128-e0af-4073-97cd-80eb7e7af4d1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T08:07:19.169913-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": "Golden State Warriors",
                "amount": 6399.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cd564a3-8d1f-4f57-926d-725820b7f3a1",
            "gambit_id": "ca1f4356-8bc6-40d4-8ef5-65790ba7072d",
            "last_updated": "2023-03-04T12:46:54.114266-05:00",
            "created_at": "2023-03-03T08:07:19.171143-05:00",
            "name": "Golden State Warriors",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/795f156b-5509-47ef-a1f8-ed7a2e8fb113/?format=api"
        },
        {
            "id": "282dbe1b-99d2-4d51-b203-fa4e8665bb7a",
            "gambit_id": "b206d9ea-5616-4399-98d6-2daf57fca608",
            "last_updated": "2023-03-04T12:46:54.115384-05:00",
            "created_at": "2023-03-03T08:07:19.172480-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/795f156b-5509-47ef-a1f8-ed7a2e8fb113/?format=api"
        }
    ]
}