GET /api/bet_types/11700198-0dcf-47f4-92e1-fc6f7b0e4250/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11700198-0dcf-47f4-92e1-fc6f7b0e4250",
    "match": "https://api-prod.gambitprofit.com/api/matches/bed5b856-2856-4e41-9876-1c1750ba9b7f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-22T10:03:17.954082-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 Red Wings",
                "amount": 6390.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc9e743f-875e-4deb-8261-8d0fb07457a3",
            "gambit_id": "aaba65fc-f8b5-4238-b3e1-21da72df7da4",
            "last_updated": "2023-10-23T20:48:04.648712-04:00",
            "created_at": "2023-10-22T10:03:17.965252-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11700198-0dcf-47f4-92e1-fc6f7b0e4250/?format=api"
        },
        {
            "id": "d2c1a8a9-25ec-4109-984d-941f87ac441b",
            "gambit_id": "19907c41-cf68-4a92-952d-adca57126afc",
            "last_updated": "2023-10-23T20:48:04.644757-04:00",
            "created_at": "2023-10-22T10:03:17.958897-04:00",
            "name": "Calgary Flames",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11700198-0dcf-47f4-92e1-fc6f7b0e4250/?format=api"
        }
    ]
}