GET /api/bet_types/3a4aad65-c9c1-495c-8bf0-3555f6a030b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a4aad65-c9c1-495c-8bf0-3555f6a030b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9451634-da4e-4de6-97c3-932ecb2ef520/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-07T11:57:09.780264-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": "Carolina Hurricanes",
                "amount": 6651.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "27adad40-fe9d-4f42-8088-4cdb4abdd1a8",
            "gambit_id": "d4be2642-2027-45c8-ae35-2e8d55670d1e",
            "last_updated": "2023-05-08T11:47:07.202345-04:00",
            "created_at": "2023-05-07T11:57:09.784000-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a4aad65-c9c1-495c-8bf0-3555f6a030b6/?format=api"
        },
        {
            "id": "40027f50-9eeb-4f85-ae89-5f8ebbd0e168",
            "gambit_id": "7494d58f-9963-4b16-9255-b072d33e8bb4",
            "last_updated": "2023-05-08T11:47:07.199940-04:00",
            "created_at": "2023-05-07T11:57:09.782124-04:00",
            "name": "New Jersey Devils",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a4aad65-c9c1-495c-8bf0-3555f6a030b6/?format=api"
        }
    ]
}