GET /api/bet_types/c9a7339f-d3c6-4050-bd5a-39374d020b44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9a7339f-d3c6-4050-bd5a-39374d020b44",
    "match": "https://api-prod.gambitprofit.com/api/matches/f16e0e50-fd50-4c42-b019-7d6e039d7917/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-04T10:42:58.300939-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 219",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 219",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "03133a6e-1610-4004-ad15-82b95174ed6b",
            "gambit_id": "5caf1a6e-327a-4e7c-be33-112778d414bb",
            "last_updated": "2024-02-06T09:28:14.751712-05:00",
            "created_at": "2024-02-04T10:42:58.305086-05:00",
            "name": "Game Total Over 219",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "219.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9a7339f-d3c6-4050-bd5a-39374d020b44/?format=api"
        },
        {
            "id": "ce74d48d-4792-439b-98fe-cf0169ca7bbf",
            "gambit_id": "9cd1a189-a579-4c33-ac6f-410166cdfdf0",
            "last_updated": "2024-02-06T09:28:14.755039-05:00",
            "created_at": "2024-02-04T10:42:58.311482-05:00",
            "name": "Game Total Under 219",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "219.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9a7339f-d3c6-4050-bd5a-39374d020b44/?format=api"
        }
    ]
}