GET /api/bet_types/faa9ec19-cee4-48a7-ac16-6a5e6827a5ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "faa9ec19-cee4-48a7-ac16-6a5e6827a5ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ccc6e55-69ec-471b-8a0d-f50c269aa65d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-03T11:23:16.829236-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": "Miami Heat",
                "amount": 7629.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2371.0
            }
        ],
        "expected_reward_tokens": 9459.96,
        "profit_sb": -40.04,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "a9f92636-04ef-4be4-b848-e9f6c7ba5d7c",
            "gambit_id": "b6c7511f-fe5d-487e-8098-794a8cfb7519",
            "last_updated": "2023-11-04T10:38:16.285453-04:00",
            "created_at": "2023-11-03T11:23:16.843056-04:00",
            "name": "Miami Heat",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faa9ec19-cee4-48a7-ac16-6a5e6827a5ff/?format=api"
        },
        {
            "id": "f07c2cc2-6c65-46fa-b205-2a00917604d0",
            "gambit_id": "c914f1e8-13dd-44e8-91ce-09f71d951bbb",
            "last_updated": "2023-11-04T10:38:16.281935-04:00",
            "created_at": "2023-11-03T11:23:16.838527-04:00",
            "name": "Washington Wizards",
            "reward": "3.99000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faa9ec19-cee4-48a7-ac16-6a5e6827a5ff/?format=api"
        }
    ]
}