GET /api/bet_types/0d3c2c04-7e5e-4080-bb41-62ea120da59e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d3c2c04-7e5e-4080-bb41-62ea120da59e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f48c2f1-c2ab-445a-8237-26e3d034ba9e/?format=api",
    "name": "Play the Odds",
    "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": "Calgary Flames",
                "amount": 6482.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "81edff14-273e-498e-97b5-e083dd03881c",
            "gambit_id": "43b1b6fd-b983-4bcb-85cf-b66b298521f6",
            "last_updated": "2022-11-28T11:26:56.242016-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d3c2c04-7e5e-4080-bb41-62ea120da59e/?format=api"
        },
        {
            "id": "9f8eb0f4-0336-4d03-a3d5-08b214a254a1",
            "gambit_id": "34572442-1301-4634-ad27-c501d5e3c313",
            "last_updated": "2022-11-28T11:26:56.240897-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d3c2c04-7e5e-4080-bb41-62ea120da59e/?format=api"
        }
    ]
}