GET /api/bet_types/b9b224e3-2275-48a0-a46f-f5f0ba5cb6b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9b224e3-2275-48a0-a46f-f5f0ba5cb6b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2e4169c-e83e-4c35-8161-90dc19ae01d4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T11:13:05.831659-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 42.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 42.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb958b56-4b91-4e61-a519-cbcf707891ea",
            "gambit_id": "b20d42bd-c6f8-4073-a0cf-c4487fbc9754",
            "last_updated": "2023-12-26T20:08:04.405656-05:00",
            "created_at": "2023-12-20T11:13:05.840418-05:00",
            "name": "Game Total Under 42.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9b224e3-2275-48a0-a46f-f5f0ba5cb6b3/?format=api"
        },
        {
            "id": "419615de-a8dc-4994-8a48-a94a869b1faf",
            "gambit_id": "97fb3234-5fa1-4bce-a2d6-f9c2bdfa165e",
            "last_updated": "2023-12-26T20:08:04.408885-05:00",
            "created_at": "2023-12-20T11:13:05.836032-05:00",
            "name": "Game Total Over 42.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9b224e3-2275-48a0-a46f-f5f0ba5cb6b3/?format=api"
        }
    ]
}