GET /api/bet_types/b7ca1445-d479-4775-bd30-8a0f877186db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7ca1445-d479-4775-bd30-8a0f877186db",
    "match": "https://api-prod.gambitprofit.com/api/matches/57143bdd-c618-41be-8beb-c1f57c3d3939/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:08:18.437958-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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "851ea6a1-3920-430c-90fb-fa861af7d4e3",
            "gambit_id": "8d2b411d-10bc-4c38-a6fe-d3035c7265ca",
            "last_updated": "2023-11-23T14:33:15.660008-05:00",
            "created_at": "2023-11-22T09:08:18.445956-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7ca1445-d479-4775-bd30-8a0f877186db/?format=api"
        },
        {
            "id": "5055dd94-0d85-4b74-83d5-8bcbf3d6ce28",
            "gambit_id": "fa34467c-1183-4cea-84c5-dfbd9eed1720",
            "last_updated": "2023-11-23T14:33:15.672953-05:00",
            "created_at": "2023-11-22T09:08:18.441761-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7ca1445-d479-4775-bd30-8a0f877186db/?format=api"
        }
    ]
}