GET /api/bet_types/c0953e7e-4bd1-4bed-997c-45fe729a39eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0953e7e-4bd1-4bed-997c-45fe729a39eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cdf5b3b-73da-4ddc-be29-ab66c479beb1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-10T09:02:09.042826-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": "Toronto Raptors",
                "amount": 7303.0
            },
            {
                "team": "Utah Jazz",
                "amount": 2697.0
            }
        ],
        "expected_reward_tokens": 9493.44,
        "profit_sb": -6.56,
        "profit_sb_percentage": -0.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "cff8a78f-dce1-4d95-b922-7b2228cda36a",
            "gambit_id": "cb2d91bc-7abd-47ad-b8f8-470295cf8e3c",
            "last_updated": "2023-02-11T17:52:30.916970-05:00",
            "created_at": "2023-02-10T09:02:09.044101-05:00",
            "name": "Toronto Raptors",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0953e7e-4bd1-4bed-997c-45fe729a39eb/?format=api"
        },
        {
            "id": "e7dee9c2-f85c-49cf-8b89-5a291cc1fd79",
            "gambit_id": "642c4956-12e3-4732-a58d-4db98d4c4cbb",
            "last_updated": "2023-02-11T17:52:30.918124-05:00",
            "created_at": "2023-02-10T09:02:09.045463-05:00",
            "name": "Utah Jazz",
            "reward": "3.52000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0953e7e-4bd1-4bed-997c-45fe729a39eb/?format=api"
        }
    ]
}