GET /api/bet_types/409ad82f-7666-49d5-816b-ada4ecbfe637/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "409ad82f-7666-49d5-816b-ada4ecbfe637",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1e2743a-556b-4067-8faa-ab5ac52205d4/?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": "UAB",
                "amount": 6552.0
            },
            {
                "team": "Liberty",
                "amount": 3448.0
            }
        ],
        "expected_reward_tokens": 9171.68,
        "profit_sb": 171.68,
        "profit_sb_percentage": 1.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd047377-9bde-4649-aed7-68c1aef0eef6",
            "gambit_id": "1972e702-7c5d-4ae2-aaf9-612e3329a4bc",
            "last_updated": "2022-09-11T10:47:31.047955-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "1.40000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/409ad82f-7666-49d5-816b-ada4ecbfe637/?format=api"
        },
        {
            "id": "5f21ed57-7c77-473e-aa98-fc58b6f7fd5d",
            "gambit_id": "d11f7fee-bfb3-431b-a65d-3cd5e0ae1c37",
            "last_updated": "2022-09-11T10:47:31.046819-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "2.66000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/409ad82f-7666-49d5-816b-ada4ecbfe637/?format=api"
        }
    ]
}