GET /api/bet_types/5e6765f2-6f66-485f-bee2-73d65a0c968c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e6765f2-6f66-485f-bee2-73d65a0c968c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3b5ecb3-2a6d-4ffb-9c61-f32581c66801/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-23T09:38:27.542466-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "69639940-d875-4ef7-a18e-2a7f010c8b8f",
            "gambit_id": "0d2c2f90-bd67-4860-9e12-e3b820b5fa9d",
            "last_updated": "2023-09-25T14:23:20.564030-04:00",
            "created_at": "2023-09-23T09:38:27.550203-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e6765f2-6f66-485f-bee2-73d65a0c968c/?format=api"
        },
        {
            "id": "65067890-3727-4534-8de8-935802946422",
            "gambit_id": "b3162d71-be11-49d7-9224-4794d307408f",
            "last_updated": "2023-09-25T14:23:20.560626-04:00",
            "created_at": "2023-09-23T09:38:27.546046-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e6765f2-6f66-485f-bee2-73d65a0c968c/?format=api"
        }
    ]
}