GET /api/bet_types/44a6b627-f5fa-4a86-abbb-6d93b3bb56fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44a6b627-f5fa-4a86-abbb-6d93b3bb56fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea2057f0-ad22-46c1-9998-253c825b8045/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T11:07:14.017141-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 2.5",
                "amount": 5148.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4852.0
            }
        ],
        "expected_reward_tokens": 9266.4,
        "profit_sb": -233.6,
        "profit_sb_percentage": -2.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e40da5df-bd16-4e9e-8a2e-3673968346e3",
            "gambit_id": "8c6138fb-19f2-4ab1-94d1-54ef2e26a954",
            "last_updated": "2023-04-03T20:32:19.620807-04:00",
            "created_at": "2023-03-31T11:07:14.020781-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.80000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44a6b627-f5fa-4a86-abbb-6d93b3bb56fd/?format=api"
        },
        {
            "id": "c724dd38-23ef-4353-b95a-2acc4e873739",
            "gambit_id": "b842986c-e0e0-4f55-885b-c5dcdd477f5d",
            "last_updated": "2023-04-03T20:32:19.625097-04:00",
            "created_at": "2023-03-31T11:07:14.023471-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.91000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44a6b627-f5fa-4a86-abbb-6d93b3bb56fd/?format=api"
        }
    ]
}