GET /api/bet_types/8ee5e062-0c26-4b07-99b0-145d84d9cf0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ee5e062-0c26-4b07-99b0-145d84d9cf0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3f293f3-1157-4983-8b9e-5105bff15e5b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T13:52:00.742978-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": "Winnipeg Jets",
                "amount": 7112.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "4fb59366-7c12-4f08-a43f-00e9f7ad8350",
            "gambit_id": "fa979811-11ef-4636-b19d-c3543ef60010",
            "last_updated": "2023-04-03T20:22:18.216657-04:00",
            "created_at": "2023-04-02T13:52:00.745384-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee5e062-0c26-4b07-99b0-145d84d9cf0c/?format=api"
        },
        {
            "id": "86df1ca3-489b-441c-a06a-513e7fa7def7",
            "gambit_id": "d0c9bddb-08e9-4e8d-93a1-f7bed1230408",
            "last_updated": "2023-04-03T20:22:18.219482-04:00",
            "created_at": "2023-04-02T13:52:00.748399-04:00",
            "name": "New Jersey Devils",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee5e062-0c26-4b07-99b0-145d84d9cf0c/?format=api"
        }
    ]
}