GET /api/bet_types/e9e7c98f-9ce1-4e80-8b70-f6e7465f55ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9e7c98f-9ce1-4e80-8b70-f6e7465f55ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/42e8e42b-7e65-44d1-9068-75c36054c33d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-08T10:38:07.409383-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": "SEA (L Gilbert)",
                "amount": 5222.0
            },
            {
                "team": "SDG (N Martinez)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "916dbb7d-9402-4783-b2b8-2e7c74b87b47",
            "gambit_id": "739602c4-bc6b-41a1-b0bb-2f5d9a004149",
            "last_updated": "2023-08-09T10:53:23.203213-04:00",
            "created_at": "2023-08-08T10:38:07.419778-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e7c98f-9ce1-4e80-8b70-f6e7465f55ea/?format=api"
        },
        {
            "id": "bb0d9786-adff-41ca-a918-d940b9e65ff7",
            "gambit_id": "0ef5da32-55d9-429a-8592-3d6ab7129c7c",
            "last_updated": "2023-08-09T10:53:23.199696-04:00",
            "created_at": "2023-08-08T10:38:07.414496-04:00",
            "name": "SDG (N Martinez)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e7c98f-9ce1-4e80-8b70-f6e7465f55ea/?format=api"
        }
    ]
}