GET /api/bet_types/8a16a52c-8185-4de6-9c1e-1f719cf91da4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a16a52c-8185-4de6-9c1e-1f719cf91da4",
    "match": "https://api-prod.gambitprofit.com/api/matches/05d2c30f-d37d-4539-898e-c185898d646d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-17T09:23:17.354769-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 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "67c5afdb-3156-4e68-abbb-a246f8dcb423",
            "gambit_id": "affb035c-6e29-48d8-9cbd-69a6102f8843",
            "last_updated": "2023-11-18T18:03:24.456729-05:00",
            "created_at": "2023-11-17T09:23:17.360162-05:00",
            "name": "Game Total Over 224",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a16a52c-8185-4de6-9c1e-1f719cf91da4/?format=api"
        },
        {
            "id": "02e99cba-342c-407b-a8de-94da356140f2",
            "gambit_id": "1416b2b0-5162-4c47-9251-a65026e46c52",
            "last_updated": "2023-11-18T18:03:24.461573-05:00",
            "created_at": "2023-11-17T09:23:17.364377-05:00",
            "name": "Game Total Under 224",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a16a52c-8185-4de6-9c1e-1f719cf91da4/?format=api"
        }
    ]
}