GET /api/bet_types/c73785dc-ca91-4427-8260-fd3b5c9c70e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c73785dc-ca91-4427-8260-fd3b5c9c70e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7746a77-d490-428b-b30d-2fdf8620bf59/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-10T09:58:01.891777-05: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 Jersey Devils",
                "amount": 6163.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "b25e3c41-ced4-4b52-9f81-c9d24d6401a6",
            "gambit_id": "9f7a1ee9-8b23-44fe-a0b6-93151732d001",
            "last_updated": "2023-12-12T10:28:16.311886-05:00",
            "created_at": "2023-12-10T09:58:01.900230-05:00",
            "name": "New Jersey Devils",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c73785dc-ca91-4427-8260-fd3b5c9c70e1/?format=api"
        },
        {
            "id": "5d954275-fb99-461e-bf5a-554cbd80f1cb",
            "gambit_id": "9c5c797b-20bd-4811-82b0-caff454be862",
            "last_updated": "2023-12-12T10:28:16.308686-05:00",
            "created_at": "2023-12-10T09:58:01.895854-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c73785dc-ca91-4427-8260-fd3b5c9c70e1/?format=api"
        }
    ]
}