GET /api/bet_types/734483c5-7108-4e62-9da6-0b40dc04fba4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "734483c5-7108-4e62-9da6-0b40dc04fba4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e62342d6-b467-4dff-b5ae-e0796e6deb72/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-30T08:58:14.097487-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 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "abaf525b-d17c-4c7f-bcc3-b465cfdc5bb7",
            "gambit_id": "e5d75190-aede-45ef-bbfc-6621ac0aeb1b",
            "last_updated": "2023-10-31T20:08:09.099712-04:00",
            "created_at": "2023-10-30T08:58:14.101048-04:00",
            "name": "Game Total Over 224",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/734483c5-7108-4e62-9da6-0b40dc04fba4/?format=api"
        },
        {
            "id": "a308c533-c65b-4f0c-bd20-663507dd66ac",
            "gambit_id": "0ba030e5-cb0d-4d3d-993f-a8a9bebc4064",
            "last_updated": "2023-10-31T20:08:09.104589-04:00",
            "created_at": "2023-10-30T08:58:14.105256-04:00",
            "name": "Game Total Under 224",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/734483c5-7108-4e62-9da6-0b40dc04fba4/?format=api"
        }
    ]
}