GET /api/bet_types/00d1bf30-8977-49d5-839c-f2923adab056/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00d1bf30-8977-49d5-839c-f2923adab056",
    "match": "https://api-prod.gambitprofit.com/api/matches/a771cbbc-26be-4906-92d4-a9c455282ae4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-19T09:22:06.837634-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 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a081758-29b0-45cb-b6ec-6e538883bea9",
            "gambit_id": "84822e94-27ba-428c-b181-8486e3a1e49a",
            "last_updated": "2023-01-20T10:01:57.268215-05:00",
            "created_at": "2023-01-19T09:22:06.840108-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d1bf30-8977-49d5-839c-f2923adab056/?format=api"
        },
        {
            "id": "3d8dae0d-0d29-4e5e-9d0f-34128c6e950a",
            "gambit_id": "15f59ffc-3d9e-433b-a49a-7e08cfbdfa6a",
            "last_updated": "2023-01-20T10:01:57.267086-05:00",
            "created_at": "2023-01-19T09:22:06.838844-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d1bf30-8977-49d5-839c-f2923adab056/?format=api"
        }
    ]
}