GET /api/bet_types/6fe5ee13-822a-4013-8256-09beb7a9bda0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fe5ee13-822a-4013-8256-09beb7a9bda0",
    "match": "https://api-prod.gambitprofit.com/api/matches/01aa5645-a38a-4f32-929f-65cbcf8178c0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-03T11:23:17.594629-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "641c3dcb-9333-42f9-a37a-006bb0b457da",
            "gambit_id": "cd6a18e2-77af-4977-a4b1-6e7bd5ebbe73",
            "last_updated": "2023-11-04T10:33:15.821433-04:00",
            "created_at": "2023-11-03T11:23:17.599376-04:00",
            "name": "Game Total Over 229.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe5ee13-822a-4013-8256-09beb7a9bda0/?format=api"
        },
        {
            "id": "a61e67d8-f726-440c-aecd-44291059bcf2",
            "gambit_id": "1d6bc5b8-e9d8-48f7-aefa-c0fa51ac7468",
            "last_updated": "2023-11-04T10:33:15.831964-04:00",
            "created_at": "2023-11-03T11:23:17.604597-04:00",
            "name": "Game Total Under 229.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe5ee13-822a-4013-8256-09beb7a9bda0/?format=api"
        }
    ]
}