GET /api/bet_types/c0854f0f-6c1e-4348-adbe-0c2384c7a16e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0854f0f-6c1e-4348-adbe-0c2384c7a16e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ac69bb8-a2c3-4522-b29d-9bfc189d8da2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-23T09:23:23.207246-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": "Montreal Canadiens",
                "amount": 5788.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "e82bb40e-8b6b-4e8f-8271-777a6dca8a5c",
            "gambit_id": "ff220c19-6a1d-469d-8b5f-77b5d0102595",
            "last_updated": "2023-10-24T10:13:13.997317-04:00",
            "created_at": "2023-10-23T09:23:23.211381-04:00",
            "name": "Montreal Canadiens",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0854f0f-6c1e-4348-adbe-0c2384c7a16e/?format=api"
        },
        {
            "id": "f93ed976-c6d2-443a-bcec-94f2f2f9a81a",
            "gambit_id": "b52ca0eb-3332-4315-bc32-d9c17f83243b",
            "last_updated": "2023-10-24T10:13:14.004655-04:00",
            "created_at": "2023-10-23T09:23:23.215819-04:00",
            "name": "Buffalo Sabres",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0854f0f-6c1e-4348-adbe-0c2384c7a16e/?format=api"
        }
    ]
}