GET /api/bet_types/9db06cd6-a8f9-436d-85b8-21d813a26bc3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9db06cd6-a8f9-436d-85b8-21d813a26bc3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b63163a2-7d29-44e3-a80d-cf59d770d551/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-16T17:37:16.361244-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": "New Jersey Devils",
                "amount": 5421.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e1e5ae3-68c5-41c2-ba5f-6229aab6e1d2",
            "gambit_id": "5912e5f8-f688-4e65-b13f-4963dc210a03",
            "last_updated": "2023-03-18T15:02:13.522393-04:00",
            "created_at": "2023-03-16T17:37:16.363495-04:00",
            "name": "New Jersey Devils",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9db06cd6-a8f9-436d-85b8-21d813a26bc3/?format=api"
        },
        {
            "id": "4140a1b4-516e-47a1-b02d-5c47407a72e7",
            "gambit_id": "3aef4f15-abf1-4e7b-b6e4-8bbed6a7eb50",
            "last_updated": "2023-03-18T15:02:13.524683-04:00",
            "created_at": "2023-03-16T17:37:16.365790-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9db06cd6-a8f9-436d-85b8-21d813a26bc3/?format=api"
        }
    ]
}