GET /api/bet_types/c192da28-2902-42e7-8992-adde48e3c201/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c192da28-2902-42e7-8992-adde48e3c201",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c8e6aa0-0af8-4678-a523-44815b711e68/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-29T09:58:07.839641-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": "Ottawa Senators",
                "amount": 6805.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3195.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "53f0b8fe-ad28-4f7c-8f79-17c45e258058",
            "gambit_id": "6da92814-3fb5-47d7-917d-00bc93898f03",
            "last_updated": "2024-01-01T13:18:19.731466-05:00",
            "created_at": "2023-12-29T09:58:07.848056-05:00",
            "name": "Ottawa Senators",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c192da28-2902-42e7-8992-adde48e3c201/?format=api"
        },
        {
            "id": "8030ff9a-db40-4f3c-b78f-6e7e3b19df32",
            "gambit_id": "54187702-fe2b-4aa0-96ae-06da842c4cea",
            "last_updated": "2024-01-01T13:18:19.728120-05:00",
            "created_at": "2023-12-29T09:58:07.843507-05:00",
            "name": "New Jersey Devils",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c192da28-2902-42e7-8992-adde48e3c201/?format=api"
        }
    ]
}