GET /api/bet_types/ab746310-636a-4ba8-b21d-ecc2c3a5586f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab746310-636a-4ba8-b21d-ecc2c3a5586f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c635437-c7f6-4451-9737-f270a071d029/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-03T10:18:16.634853-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": "Green Bay Packers",
                "amount": 5000.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a9353d63-be27-4610-956d-ca225f253fdf",
            "gambit_id": "ced0be36-2175-4d3f-a465-7f8b57b4f8e2",
            "last_updated": "2023-10-10T09:48:21.701724-04:00",
            "created_at": "2023-10-03T10:18:16.639388-04:00",
            "name": "Green Bay Packers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab746310-636a-4ba8-b21d-ecc2c3a5586f/?format=api"
        },
        {
            "id": "df168ecf-9793-43ef-ae87-e2d63e147be8",
            "gambit_id": "e6492174-1143-45ce-89c9-200a7471e506",
            "last_updated": "2023-10-10T09:48:21.705915-04:00",
            "created_at": "2023-10-03T10:18:16.643952-04:00",
            "name": "Las Vegas Raiders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab746310-636a-4ba8-b21d-ecc2c3a5586f/?format=api"
        }
    ]
}