GET /api/bet_types/e4edbfcd-8be8-4d4d-b4cd-8cd898e655cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4edbfcd-8be8-4d4d-b4cd-8cd898e655cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/a503998e-3a2f-4cac-9e6c-bd27b13509af/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:14.557815-04: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": "Detroit Lions",
                "amount": 7346.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 2654.0
            }
        ],
        "expected_reward_tokens": 9474.78,
        "profit_sb": -25.22,
        "profit_sb_percentage": -0.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "c93dcabc-5b6b-49a3-b0f5-62752141cf0d",
            "gambit_id": "876e09dd-97b2-463a-a4b4-9341b958610e",
            "last_updated": "2023-10-31T20:18:12.396595-04:00",
            "created_at": "2023-10-25T09:13:14.565851-04:00",
            "name": "Detroit Lions",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4edbfcd-8be8-4d4d-b4cd-8cd898e655cc/?format=api"
        },
        {
            "id": "38e2c3d2-2590-47c7-8fc4-d4268351ff0b",
            "gambit_id": "2d81a621-1ad9-4dd7-9124-5e03e2123940",
            "last_updated": "2023-10-31T20:18:12.393404-04:00",
            "created_at": "2023-10-25T09:13:14.561263-04:00",
            "name": "Las Vegas Raiders",
            "reward": "3.57000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4edbfcd-8be8-4d4d-b4cd-8cd898e655cc/?format=api"
        }
    ]
}