GET /api/bet_types/ad3b5f94-f67d-4c66-826f-c2364cd24742/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad3b5f94-f67d-4c66-826f-c2364cd24742",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f9784f6-5300-4e9f-ab89-3163277d1c0a/?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 Over 7",
                "amount": 5301.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4699.0
            }
        ],
        "expected_reward_tokens": 9116.06,
        "profit_sb": 116.06,
        "profit_sb_percentage": 1.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "bef135d6-e747-4eaa-9208-985de8966417",
            "gambit_id": "788baf74-2d7d-4a53-abb8-bd3bd4667c28",
            "last_updated": "2022-09-08T10:47:27.955688-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad3b5f94-f67d-4c66-826f-c2364cd24742/?format=api"
        },
        {
            "id": "5b312e52-20b8-41c9-965c-e3693b9d498e",
            "gambit_id": "17f4f8da-22aa-4b7a-be22-6b27605aa28d",
            "last_updated": "2022-09-08T10:47:27.954594-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad3b5f94-f67d-4c66-826f-c2364cd24742/?format=api"
        }
    ]
}