GET /api/bet_types/1f4b9b3b-f1fd-497d-b7fe-08f37d247c06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f4b9b3b-f1fd-497d-b7fe-08f37d247c06",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc5f9fd8-2595-46ad-9397-5e6e993ea45c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-20T09:48:12.170069-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": 7106.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "954bbe59-13f4-4e09-98cb-3017750b0eec",
            "gambit_id": "aa2c1023-d2d6-426d-9e9d-0e6c8520e257",
            "last_updated": "2023-11-21T10:37:58.630678-05:00",
            "created_at": "2023-11-20T09:48:12.177669-05:00",
            "name": "Golden State Warriors",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f4b9b3b-f1fd-497d-b7fe-08f37d247c06/?format=api"
        },
        {
            "id": "5d98e1cc-1433-4fc1-806b-6dadb479181a",
            "gambit_id": "09e0da4d-029a-4cbf-af60-d389479a43c9",
            "last_updated": "2023-11-21T10:37:58.627161-05:00",
            "created_at": "2023-11-20T09:48:12.173596-05:00",
            "name": "Houston Rockets",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f4b9b3b-f1fd-497d-b7fe-08f37d247c06/?format=api"
        }
    ]
}