GET /api/bet_types/471d9731-b456-4f52-9b1c-c52ee60926b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "471d9731-b456-4f52-9b1c-c52ee60926b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8a734d0-8438-4bb9-8bc9-f96eff337d42/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-26T09:28:20.236656-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": "Toronto Maple Leafs",
                "amount": 6928.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1a720d7-a34a-42a6-a038-df1b82037f1e",
            "gambit_id": "7bdf7a9f-1688-47c3-a3b0-077428f25e0b",
            "last_updated": "2023-10-27T11:03:24.457592-04:00",
            "created_at": "2023-10-26T09:28:20.240886-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/471d9731-b456-4f52-9b1c-c52ee60926b7/?format=api"
        },
        {
            "id": "04d16004-b23d-4d24-bbe5-3e2db3bdb62e",
            "gambit_id": "bec411d3-43a7-4dd5-8664-f8454afe3f3d",
            "last_updated": "2023-10-27T11:03:24.464332-04:00",
            "created_at": "2023-10-26T09:28:20.244872-04:00",
            "name": "Dallas Stars",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/471d9731-b456-4f52-9b1c-c52ee60926b7/?format=api"
        }
    ]
}