GET /api/bet_types/f739b671-5591-4761-87f0-b115f24070c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f739b671-5591-4761-87f0-b115f24070c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd9342e3-8c25-4c7a-8d61-8eabe32fe2eb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-27T14:02:21.773262-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": "New York Islanders",
                "amount": 6759.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3241.0
            }
        ],
        "expected_reward_tokens": 9462.6,
        "profit_sb": -37.4,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "db443f58-d252-40ac-9429-3280b61e0ce6",
            "gambit_id": "3b4d67f1-4240-4ea1-b320-9710b429bb2e",
            "last_updated": "2023-03-28T11:17:02.505327-04:00",
            "created_at": "2023-03-27T14:02:21.775493-04:00",
            "name": "New York Islanders",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f739b671-5591-4761-87f0-b115f24070c7/?format=api"
        },
        {
            "id": "8eddbac9-2db4-4e10-b260-e43126e7df0b",
            "gambit_id": "3de27807-aa5d-4998-871a-bbbbdbd73785",
            "last_updated": "2023-03-28T11:17:02.507680-04:00",
            "created_at": "2023-03-27T14:02:21.777339-04:00",
            "name": "New Jersey Devils",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f739b671-5591-4761-87f0-b115f24070c7/?format=api"
        }
    ]
}