GET /api/bet_types/20bb64f8-5334-41fa-8d61-b080a25abcbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20bb64f8-5334-41fa-8d61-b080a25abcbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/a745bec5-980b-4732-8ce2-cb9eaf43fd98/?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 Timberwolves",
                "amount": 7829.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2171.0
            }
        ],
        "expected_reward_tokens": 9551.38,
        "profit_sb": 51.38,
        "profit_sb_percentage": 0.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "39d3ef4d-9a80-4c47-b700-6bea72606f80",
            "gambit_id": "e1aac594-b873-4cce-8bba-c78421c15aba",
            "last_updated": "2022-10-27T11:52:05.207869-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.22000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20bb64f8-5334-41fa-8d61-b080a25abcbc/?format=api"
        },
        {
            "id": "26ffb062-505c-42d3-8461-e58f83ac367b",
            "gambit_id": "309634aa-ac1f-403a-b2e1-df3b77cfd457",
            "last_updated": "2022-10-27T11:52:05.209003-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "4.40000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20bb64f8-5334-41fa-8d61-b080a25abcbc/?format=api"
        }
    ]
}