GET /api/bet_types/37202d67-7577-4e9d-8905-501f05cd9f4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37202d67-7577-4e9d-8905-501f05cd9f4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c181ca05-f708-408f-b489-5b255ee2185c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T10:02:04.010458-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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4738c62d-7a5c-436a-ae46-ccd0289102e3",
            "gambit_id": "3565731e-6011-412f-b49f-1666cd50bb83",
            "last_updated": "2023-04-01T10:27:25.672791-04:00",
            "created_at": "2023-03-31T10:02:04.015388-04: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/37202d67-7577-4e9d-8905-501f05cd9f4a/?format=api"
        },
        {
            "id": "c929b7f1-449a-4f4b-9bca-3a301ddcd04f",
            "gambit_id": "634fedff-662e-4367-891b-2b0d12b9258e",
            "last_updated": "2023-04-01T10:27:25.671027-04:00",
            "created_at": "2023-03-31T10:02:04.012690-04: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/37202d67-7577-4e9d-8905-501f05cd9f4a/?format=api"
        }
    ]
}