GET /api/bet_types/013386d9-1c04-4590-98df-d939db6f6c94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "013386d9-1c04-4590-98df-d939db6f6c94",
    "match": "https://api-prod.gambitprofit.com/api/matches/449f6a02-37a1-4928-b8d7-12626ea5b200/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-13T10:18:25.961579-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 Urquidy)",
                "amount": 5615.0
            },
            {
                "team": "LAA (C Silseth)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "33a5f545-4a9c-4334-8988-b82754601477",
            "gambit_id": "e42bdf35-a7a6-448d-9710-23e5943813e5",
            "last_updated": "2023-08-14T10:58:20.353382-04:00",
            "created_at": "2023-08-13T10:18:25.978990-04:00",
            "name": "HOU (J Urquidy)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/013386d9-1c04-4590-98df-d939db6f6c94/?format=api"
        },
        {
            "id": "a1d02861-5b6f-4fda-846c-23e1c4a3804d",
            "gambit_id": "4c71acd8-1b73-4d43-a901-ab50a119adeb",
            "last_updated": "2023-08-14T10:58:20.356741-04:00",
            "created_at": "2023-08-13T10:18:25.992230-04:00",
            "name": "LAA (C Silseth)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/013386d9-1c04-4590-98df-d939db6f6c94/?format=api"
        }
    ]
}