GET /api/bet_types/0b00da59-afdf-44bf-b4c6-b9b8e26447eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b00da59-afdf-44bf-b4c6-b9b8e26447eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/39567713-b200-4148-873a-9a76680c5b92/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f0fd671-ebd4-425d-8541-7e45d9b2b837",
            "gambit_id": "dc44488e-3338-424f-b6d1-eafdef3267b1",
            "last_updated": "2022-11-28T09:27:06.832458-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b00da59-afdf-44bf-b4c6-b9b8e26447eb/?format=api"
        },
        {
            "id": "6c25da6c-e0a0-444d-868b-6b08e5fd9793",
            "gambit_id": "f7a3fde2-8418-436d-acce-4f8a13dbe855",
            "last_updated": "2022-11-28T09:27:06.833560-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b00da59-afdf-44bf-b4c6-b9b8e26447eb/?format=api"
        }
    ]
}