GET /api/bet_types/19cef2f0-9c87-428c-ac07-932c818f777d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19cef2f0-9c87-428c-ac07-932c818f777d",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfc1f3c7-d2cb-4867-96d0-529a309de0ea/?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": "Minnesota Wild",
                "amount": 6862.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 538.18,
        "profit_sb_percentage": 5.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "c5de6564-7223-48ef-936f-f94e543b5511",
            "gambit_id": "09ae8969-8a44-453b-97f1-54cf98d016f2",
            "last_updated": "2022-11-02T20:57:11.467737-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19cef2f0-9c87-428c-ac07-932c818f777d/?format=api"
        },
        {
            "id": "3d91fd7b-ecd6-4468-b87e-91690aa2f9f4",
            "gambit_id": "ceff9bef-2158-4532-8832-e6982bbe8da2",
            "last_updated": "2022-11-02T20:57:11.468695-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19cef2f0-9c87-428c-ac07-932c818f777d/?format=api"
        }
    ]
}