GET /api/bet_types/5bbb4cd2-c56b-4c59-8869-a060a770d123/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bbb4cd2-c56b-4c59-8869-a060a770d123",
    "match": "https://api-prod.gambitprofit.com/api/matches/c108c41e-0dbb-4331-aed1-993b4d13f608/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-23T09:17:59.715278-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": "New Orleans Pelicans",
                "amount": 7152.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2848.0
            }
        ],
        "expected_reward_tokens": 9512.16,
        "profit_sb": 12.16,
        "profit_sb_percentage": 0.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "ca73eba3-ea44-4114-84d6-ff083ec4ea77",
            "gambit_id": "318b13cf-d31e-467d-8d69-beaace13910f",
            "last_updated": "2023-12-26T15:18:20.963910-05:00",
            "created_at": "2023-12-23T09:17:59.723152-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bbb4cd2-c56b-4c59-8869-a060a770d123/?format=api"
        },
        {
            "id": "ba334948-5ebc-46d2-a162-9c94f6d120ad",
            "gambit_id": "2bde89a2-a3ba-41f2-8076-4afcf5c77080",
            "last_updated": "2023-12-26T15:18:20.960128-05:00",
            "created_at": "2023-12-23T09:17:59.718583-05:00",
            "name": "Houston Rockets",
            "reward": "3.34000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bbb4cd2-c56b-4c59-8869-a060a770d123/?format=api"
        }
    ]
}