GET /api/bet_types/0601f60f-1dcc-4893-8b34-e8fd1312cb3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0601f60f-1dcc-4893-8b34-e8fd1312cb3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0515ba3-6a4b-4c66-9c35-4a941bc0f24a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-30T13:13:10.694558-04: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": "HOU (J Verlander)",
                "amount": 5478.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 4522.0
            }
        ],
        "expected_reward_tokens": 9586.5,
        "profit_sb": 86.5,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "0785d17b-2e9b-4b7b-9abf-7c58bfde9f64",
            "gambit_id": "e0bd7fdf-1048-4991-9aae-74004b0519cb",
            "last_updated": "2023-10-02T10:48:24.785788-04:00",
            "created_at": "2023-09-30T13:13:10.698308-04:00",
            "name": "HOU (J Verlander)",
            "reward": "1.75000",
            "odds": "1.78740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0601f60f-1dcc-4893-8b34-e8fd1312cb3d/?format=api"
        },
        {
            "id": "55c1af75-9d56-4e58-9ee0-198099757988",
            "gambit_id": "93826fad-b3e8-4ebb-8447-2faf40259afa",
            "last_updated": "2023-10-02T10:48:24.788938-04:00",
            "created_at": "2023-09-30T13:13:10.701946-04:00",
            "name": "ARI (M Kelly)",
            "reward": "2.12000",
            "odds": "2.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0601f60f-1dcc-4893-8b34-e8fd1312cb3d/?format=api"
        }
    ]
}