GET /api/bet_types/285e36de-b4e3-479e-9042-3e30fd0a6659/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "285e36de-b4e3-479e-9042-3e30fd0a6659",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b206209-4976-41ad-8a8a-573e75f04b5f/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 6.5",
                "amount": 5304.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "5502ac16-8bcb-4a8c-a60c-b5a5cc7b621c",
            "gambit_id": "b8a5e5d8-6662-473c-8372-0d0c5b992909",
            "last_updated": "2022-12-12T09:47:37.203507-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/285e36de-b4e3-479e-9042-3e30fd0a6659/?format=api"
        },
        {
            "id": "5113f820-e6a5-4305-81a7-1cf09c8326b5",
            "gambit_id": "4f0a15bf-052f-4117-8516-75bd50379b06",
            "last_updated": "2022-12-12T09:47:37.204560-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/285e36de-b4e3-479e-9042-3e30fd0a6659/?format=api"
        }
    ]
}