GET /api/bet_types/e814e9e9-e16d-41d8-8df1-3e673c9bc0d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e814e9e9-e16d-41d8-8df1-3e673c9bc0d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d05d9be9-3181-4f91-9376-582c5949b785/?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": "Seattle Seahawks",
                "amount": 7102.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 2898.0
            }
        ],
        "expected_reward_tokens": 9302.58,
        "profit_sb": 302.58,
        "profit_sb_percentage": 3.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "c9f605d9-49fb-4a23-a971-630ff0afacd7",
            "gambit_id": "9b5825e6-75d3-4708-a04c-088de85eb7f7",
            "last_updated": "2022-08-27T12:42:04.209119-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.31000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e814e9e9-e16d-41d8-8df1-3e673c9bc0d6/?format=api"
        },
        {
            "id": "79d410a6-f707-477f-be3f-011c9e8dff80",
            "gambit_id": "deb96db0-90ce-40d4-92fd-d76c2b71fc2e",
            "last_updated": "2022-08-27T12:42:04.209553-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "3.21000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e814e9e9-e16d-41d8-8df1-3e673c9bc0d6/?format=api"
        }
    ]
}