GET /api/bet_types/d0262ee7-537f-480e-9c0f-af3786e7109a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0262ee7-537f-480e-9c0f-af3786e7109a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c17117ae-857a-423d-97d1-26884f54c1b0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-29T08:33:12.028862-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": "BAL (D Kremer)",
                "amount": 6825.0
            },
            {
                "team": "CWS (J Scholtens)",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9555.0,
        "profit_sb": 55.0,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "b926e2c9-7ee4-4c6a-8531-d1a50fa1dcd5",
            "gambit_id": "062073c4-c6c7-4fb7-8120-f25ed43c8ce2",
            "last_updated": "2023-08-30T13:32:57.325338-04:00",
            "created_at": "2023-08-29T08:33:12.038875-04:00",
            "name": "BAL (D Kremer)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0262ee7-537f-480e-9c0f-af3786e7109a/?format=api"
        },
        {
            "id": "f355b0ec-b3df-4147-bd1b-806269ed36ed",
            "gambit_id": "c6eae3a4-ecbf-4a82-a660-710e1e13a1aa",
            "last_updated": "2023-08-30T13:32:57.321685-04:00",
            "created_at": "2023-08-29T08:33:12.034014-04:00",
            "name": "CWS (J Scholtens)",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0262ee7-537f-480e-9c0f-af3786e7109a/?format=api"
        }
    ]
}