GET /api/bet_types/64038dd7-5860-4819-acf8-4e5a94fa15d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64038dd7-5860-4819-acf8-4e5a94fa15d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a2c715d-7671-467f-8436-4853cd1ba6dc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-20T09:16:48.790218-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": "Game Total Over 6",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ade17ea-d736-4f7b-b636-7bdbb4a43f29",
            "gambit_id": "659c1ec4-7a4e-4d3e-95dd-320abf6e4d1f",
            "last_updated": "2023-02-21T09:26:51.169401-05:00",
            "created_at": "2023-02-20T09:16:48.792932-05:00",
            "name": "Game Total Over 6",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64038dd7-5860-4819-acf8-4e5a94fa15d9/?format=api"
        },
        {
            "id": "ea61d5a4-d06b-4d37-b374-79eb0e4bc6db",
            "gambit_id": "084ae4fd-9b72-4340-965f-49e3d88dcb02",
            "last_updated": "2023-02-21T09:26:51.167959-05:00",
            "created_at": "2023-02-20T09:16:48.791505-05:00",
            "name": "Game Total Under 6",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64038dd7-5860-4819-acf8-4e5a94fa15d9/?format=api"
        }
    ]
}