GET /api/bet_types/d06aa61d-2432-4b3f-94d3-4c138a842106/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d06aa61d-2432-4b3f-94d3-4c138a842106",
    "match": "https://api-prod.gambitprofit.com/api/matches/85fddbfb-2309-46a5-acf0-fdf7e61c1106/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-17T08:58:21.064649-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": "Los Angeles Kings",
                "amount": 6659.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3341.0
            }
        ],
        "expected_reward_tokens": 9388.21,
        "profit_sb": -111.79,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2fdf8ca-63c0-4d44-8ce8-ae61b8edd75e",
            "gambit_id": "4e5488ad-2d02-4c1a-a507-a0b7cc3402ca",
            "last_updated": "2023-10-18T10:53:25.247693-04:00",
            "created_at": "2023-10-17T08:58:21.072130-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.41000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d06aa61d-2432-4b3f-94d3-4c138a842106/?format=api"
        },
        {
            "id": "0e187d65-4d03-4b12-8eaa-a80de3d9f331",
            "gambit_id": "02fdc5c0-de47-45f1-b488-3fae9601e696",
            "last_updated": "2023-10-18T10:53:25.252017-04:00",
            "created_at": "2023-10-17T08:58:21.076587-04:00",
            "name": "Winnipeg Jets",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d06aa61d-2432-4b3f-94d3-4c138a842106/?format=api"
        }
    ]
}