GET /api/bet_types/50e224de-4a97-4eb9-9637-66c3c1e5cda0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50e224de-4a97-4eb9-9637-66c3c1e5cda0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c0ea328-4b97-4504-90d9-06700de8835a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-23T12:41:49.400567-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 Under 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a828614-792a-4441-aa98-6358213a738e",
            "gambit_id": "399d7e83-e424-4652-8705-7bcd8e304051",
            "last_updated": "2023-04-24T13:02:14.849010-04:00",
            "created_at": "2023-04-23T12:41:49.402523-04:00",
            "name": "Game Total Under 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50e224de-4a97-4eb9-9637-66c3c1e5cda0/?format=api"
        },
        {
            "id": "18defb36-9b86-4e00-8129-07422bf16b79",
            "gambit_id": "3d057676-b5fd-48ba-8a3a-3368bbec35c4",
            "last_updated": "2023-04-24T13:02:14.852386-04:00",
            "created_at": "2023-04-23T12:41:49.404708-04:00",
            "name": "Game Total Over 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50e224de-4a97-4eb9-9637-66c3c1e5cda0/?format=api"
        }
    ]
}