GET /api/bet_types/f12653db-d529-4eb3-a17a-8f0eb826e0f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f12653db-d529-4eb3-a17a-8f0eb826e0f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/9dc5f63a-962f-4c55-8f4e-41cb61dc1ab4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-20T08:33:19.256812-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": "DET (M Lorenzen)",
                "amount": 5564.0
            },
            {
                "team": "KAN (D Lynch)",
                "amount": 4436.0
            }
        ],
        "expected_reward_tokens": 9625.72,
        "profit_sb": 125.72,
        "profit_sb_percentage": 1.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "73395197-f94d-479b-8950-be9f7e56d267",
            "gambit_id": "e05b8a71-5871-4b9e-b859-8d6375ee0b94",
            "last_updated": "2023-06-22T10:23:03.220507-04:00",
            "created_at": "2023-06-20T08:33:19.262182-04:00",
            "name": "DET (M Lorenzen)",
            "reward": "1.73000",
            "odds": "1.75760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f12653db-d529-4eb3-a17a-8f0eb826e0f3/?format=api"
        },
        {
            "id": "761b0dea-36d0-462b-a382-67336e81be1c",
            "gambit_id": "bdb30391-17c5-44fa-b12a-aaf42d35ebef",
            "last_updated": "2023-06-22T10:23:03.218451-04:00",
            "created_at": "2023-06-20T08:33:19.259685-04:00",
            "name": "KAN (D Lynch)",
            "reward": "2.17000",
            "odds": "2.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f12653db-d529-4eb3-a17a-8f0eb826e0f3/?format=api"
        }
    ]
}