GET /api/bet_types/631ce9d9-66ac-4b8b-883c-f518f0a58f7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "631ce9d9-66ac-4b8b-883c-f518f0a58f7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/355715d2-22a6-47e6-8630-dd89a715cae2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-06T14:12:14.491789-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": "Oklahoma City Thunder",
                "amount": 7024.0
            },
            {
                "team": "Utah Jazz",
                "amount": 2976.0
            }
        ],
        "expected_reward_tokens": 9552.64,
        "profit_sb": 52.64,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "09f1275f-9483-4392-8714-82c83c8d4bb5",
            "gambit_id": "c2d13775-d0d2-4675-be1c-82dee074d558",
            "last_updated": "2023-04-07T20:27:05.831282-04:00",
            "created_at": "2023-04-06T14:12:14.495791-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/631ce9d9-66ac-4b8b-883c-f518f0a58f7d/?format=api"
        },
        {
            "id": "def92e09-9664-4d70-85ce-2a5be5181c0d",
            "gambit_id": "cf335259-6bbc-4a65-b5da-434e0ba160ff",
            "last_updated": "2023-04-07T20:27:05.829304-04:00",
            "created_at": "2023-04-06T14:12:14.493989-04:00",
            "name": "Utah Jazz",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/631ce9d9-66ac-4b8b-883c-f518f0a58f7d/?format=api"
        }
    ]
}