GET /api/bet_types/148b9ca8-7dff-4fee-8024-c0cc5ce0e2cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "148b9ca8-7dff-4fee-8024-c0cc5ce0e2cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/783ce8db-e169-4d17-a718-8b416b5286e7/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Dallas Stars",
                "amount": 6336.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "f13bf1d1-10b5-45f4-be45-071c348ecb65",
            "gambit_id": "05ba1c1d-4a48-4fae-8fee-c4c1173f3ab8",
            "last_updated": "2022-12-09T09:52:15.219141-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/148b9ca8-7dff-4fee-8024-c0cc5ce0e2cf/?format=api"
        },
        {
            "id": "19b541bd-84bd-43d8-a0de-1246445bdfaf",
            "gambit_id": "46e3b428-84fa-4a4b-8627-1f9c115bc881",
            "last_updated": "2022-12-09T09:52:15.220127-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/148b9ca8-7dff-4fee-8024-c0cc5ce0e2cf/?format=api"
        }
    ]
}