GET /api/bet_types/b950739d-8391-4edd-ae70-e28d22222657/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b950739d-8391-4edd-ae70-e28d22222657",
    "match": "https://api-prod.gambitprofit.com/api/matches/25b1ceb5-c262-43d7-b95e-fc414aece9cc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-29T08:08:07.008154-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": "MIA (J Cueto)",
                "amount": 5909.0
            },
            {
                "team": "DET (B Brieske)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "b2038450-6010-4201-b958-ee9d0887df98",
            "gambit_id": "8992729f-0578-435e-a218-f2d457015898",
            "last_updated": "2023-07-31T13:08:19.843906-04:00",
            "created_at": "2023-07-29T08:08:07.017482-04:00",
            "name": "MIA (J Cueto)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b950739d-8391-4edd-ae70-e28d22222657/?format=api"
        },
        {
            "id": "d1291d4c-d8a4-4aa1-b101-e0075aa003e8",
            "gambit_id": "6e9db2d3-707f-42e3-897b-782f3411dcc8",
            "last_updated": "2023-07-31T13:08:19.840015-04:00",
            "created_at": "2023-07-29T08:08:07.012686-04:00",
            "name": "DET (B Brieske)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b950739d-8391-4edd-ae70-e28d22222657/?format=api"
        }
    ]
}