GET /api/bet_types/0b6fbbf7-1e13-4b86-9fdb-b5fd9f6e3b9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b6fbbf7-1e13-4b86-9fdb-b5fd9f6e3b9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/db99ce9c-21a1-4cd1-8697-3e8ccdb9749d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T11:13:03.648968-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 Under 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bf1a76f-e9f8-49bc-8016-4c71adffa7bf",
            "gambit_id": "dd02495e-6e6b-4231-ac40-0f3035cd407c",
            "last_updated": "2023-12-26T15:38:09.775583-05:00",
            "created_at": "2023-12-20T11:13:03.656759-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b6fbbf7-1e13-4b86-9fdb-b5fd9f6e3b9e/?format=api"
        },
        {
            "id": "ef563579-508f-4b85-96c0-5d13adbd8389",
            "gambit_id": "0eb46e79-b604-41b7-92c0-1fedde20a980",
            "last_updated": "2023-12-26T15:38:09.782113-05:00",
            "created_at": "2023-12-20T11:13:03.652486-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b6fbbf7-1e13-4b86-9fdb-b5fd9f6e3b9e/?format=api"
        }
    ]
}