GET /api/bet_types/53d1ffe1-cfad-4990-b267-ba36b651ddf7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53d1ffe1-cfad-4990-b267-ba36b651ddf7",
    "match": "https://api-prod.gambitprofit.com/api/matches/96051412-867a-471a-8455-5f14270c4bbd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-12T10:57:59.783042-04: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 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9326919-9fb2-47ab-8eaa-5c9a3b653b75",
            "gambit_id": "0fbe6eb5-456d-4a14-87ab-825e80572a4b",
            "last_updated": "2023-10-16T18:23:00.606444-04:00",
            "created_at": "2023-10-12T10:57:59.796728-04:00",
            "name": "Game Total Over 43.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53d1ffe1-cfad-4990-b267-ba36b651ddf7/?format=api"
        },
        {
            "id": "ff1f06d5-5e8f-4884-ad73-1528c75efc3b",
            "gambit_id": "e2dcf245-20d3-4e43-9ceb-854d5c6cc852",
            "last_updated": "2023-10-16T18:23:00.610389-04:00",
            "created_at": "2023-10-12T10:57:59.804578-04:00",
            "name": "Game Total Under 43.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53d1ffe1-cfad-4990-b267-ba36b651ddf7/?format=api"
        }
    ]
}