GET /api/bet_types/18cf405d-0d9f-402a-928c-65e38dce5765/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18cf405d-0d9f-402a-928c-65e38dce5765",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e307f63-4616-4545-afbf-fa5e58397784/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-20T08:33:12.529904-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 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7dc1906-2af9-41d4-a870-575abcdd314a",
            "gambit_id": "d3ae75cf-15d9-4c4d-97b0-7b54b7de655f",
            "last_updated": "2023-07-22T09:42:59.989793-04:00",
            "created_at": "2023-07-20T08:33:12.531350-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18cf405d-0d9f-402a-928c-65e38dce5765/?format=api"
        },
        {
            "id": "888159ae-3aa3-4603-964a-a628292160fd",
            "gambit_id": "f5b98f7a-9437-461c-9b84-1f3c77e5fd99",
            "last_updated": "2023-07-22T09:42:59.993067-04:00",
            "created_at": "2023-07-20T08:33:12.532946-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18cf405d-0d9f-402a-928c-65e38dce5765/?format=api"
        }
    ]
}