GET /api/bet_types/f8e5df4f-0087-4e9e-af7c-cdfcdcf7786e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8e5df4f-0087-4e9e-af7c-cdfcdcf7786e",
    "match": "https://api-prod.gambitprofit.com/api/matches/62d728e6-fb76-46cb-811b-0bc97b4549e1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T09:01:55.130047-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": "New York Knicks",
                "amount": 6611.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9453.73,
        "profit_sb": -46.27,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2576f61-2d7f-4e05-a83d-a048ec1909c0",
            "gambit_id": "ad155a94-8a64-4b64-9d0f-e3935c3c480b",
            "last_updated": "2023-02-12T09:42:13.969137-05:00",
            "created_at": "2023-02-11T09:01:55.131266-05:00",
            "name": "New York Knicks",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8e5df4f-0087-4e9e-af7c-cdfcdcf7786e/?format=api"
        },
        {
            "id": "562a44bf-af42-4ffc-9a87-0cbe82725f34",
            "gambit_id": "ff7d01de-5bf9-495d-a5e2-b07dc76526f7",
            "last_updated": "2023-02-12T09:42:13.970267-05:00",
            "created_at": "2023-02-11T09:01:55.132591-05:00",
            "name": "Utah Jazz",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8e5df4f-0087-4e9e-af7c-cdfcdcf7786e/?format=api"
        }
    ]
}