GET /api/bet_types/f0588ea0-8bdc-4c67-b211-21ff2d7c0120/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0588ea0-8bdc-4c67-b211-21ff2d7c0120",
    "match": "https://api-prod.gambitprofit.com/api/matches/8208a1b5-bcf6-4905-b173-5bbba9e91fa7/?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": "New York Rangers",
                "amount": 5899.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "1785a70e-1029-4ead-8ec5-c2d30056d01e",
            "gambit_id": "b01607bc-2dfe-488c-9050-c734c7784e91",
            "last_updated": "2022-11-11T21:37:26.478027-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0588ea0-8bdc-4c67-b211-21ff2d7c0120/?format=api"
        },
        {
            "id": "243545cb-47c9-46bf-9f9d-c57e172b2fdf",
            "gambit_id": "e67ff4e8-0866-4e45-b005-b54330ed389f",
            "last_updated": "2022-11-11T21:37:26.477074-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0588ea0-8bdc-4c67-b211-21ff2d7c0120/?format=api"
        }
    ]
}