GET /api/bet_types/bb134150-e1d7-4709-9684-39a49a1d6243/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb134150-e1d7-4709-9684-39a49a1d6243",
    "match": "https://api-prod.gambitprofit.com/api/matches/66d9756c-a191-46eb-8717-c0fd627347c5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T10:03:18.440997-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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ce8a30d-7e82-471b-9160-16e307d9f27f",
            "gambit_id": "a8cb5a53-9f1e-40bf-bed6-a35ad038e5ec",
            "last_updated": "2023-12-23T14:33:11.565633-05:00",
            "created_at": "2023-12-20T10:03:18.445021-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb134150-e1d7-4709-9684-39a49a1d6243/?format=api"
        },
        {
            "id": "d99c2b0e-dc73-4843-9410-ae70b3779ff5",
            "gambit_id": "8794706e-359c-49e7-8b88-66a01ba9aeaf",
            "last_updated": "2023-12-23T14:33:11.568848-05:00",
            "created_at": "2023-12-20T10:03:18.449778-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb134150-e1d7-4709-9684-39a49a1d6243/?format=api"
        }
    ]
}