GET /api/bet_types/6af00ea3-dc35-4d2a-8bfd-dce6f9011664/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6af00ea3-dc35-4d2a-8bfd-dce6f9011664",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddbad3dd-e9c7-480b-9991-68a8cd1b5a53/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:06.602290-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": "Ottawa Senators",
                "amount": 5857.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "6744d9eb-825f-462d-ae09-f039b7989077",
            "gambit_id": "b790e0a5-6d4d-4691-aeea-4880201b6a8e",
            "last_updated": "2023-12-23T14:53:21.649146-05:00",
            "created_at": "2023-12-21T09:13:06.606630-05:00",
            "name": "Ottawa Senators",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6af00ea3-dc35-4d2a-8bfd-dce6f9011664/?format=api"
        },
        {
            "id": "47083574-494a-48bc-8ad7-d43ea0ac1aa4",
            "gambit_id": "203f6912-ab77-4b34-8044-e55259f8280f",
            "last_updated": "2023-12-23T14:53:21.652384-05:00",
            "created_at": "2023-12-21T09:13:06.611404-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6af00ea3-dc35-4d2a-8bfd-dce6f9011664/?format=api"
        }
    ]
}