GET /api/bet_types/4b469a28-6411-4325-ab0b-9ff9735f0242/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b469a28-6411-4325-ab0b-9ff9735f0242",
    "match": "https://api-prod.gambitprofit.com/api/matches/06b65d86-0c61-4706-9873-3e3ad3466bf4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-18T08:48:23.999433-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 6.5",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e91575aa-30c1-44a0-aabc-2e126bd48f40",
            "gambit_id": "b1620da1-1fd5-47b7-bd24-c81072006932",
            "last_updated": "2023-10-19T10:13:23.058879-04:00",
            "created_at": "2023-10-18T08:48:24.005191-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b469a28-6411-4325-ab0b-9ff9735f0242/?format=api"
        },
        {
            "id": "79539dd8-6afb-48f2-8e2a-e86f7d1a07fe",
            "gambit_id": "3f7fa2f0-d03f-4b23-8a85-ea29547ef178",
            "last_updated": "2023-10-19T10:13:23.062049-04:00",
            "created_at": "2023-10-18T08:48:24.009669-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b469a28-6411-4325-ab0b-9ff9735f0242/?format=api"
        }
    ]
}