GET /api/bet_types/6e943e6a-ffd6-47a8-9218-2a4497eea45c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e943e6a-ffd6-47a8-9218-2a4497eea45c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a41a5ad7-8de8-4262-b26f-275a79b8e09f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-03T08:28:20.465066-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c73acc26-6093-4df3-894a-b3858694d640",
            "gambit_id": "498304e6-e6a0-4f0c-b642-ac842675ae40",
            "last_updated": "2023-08-04T11:43:13.026424-04:00",
            "created_at": "2023-08-03T08:28:20.470328-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e943e6a-ffd6-47a8-9218-2a4497eea45c/?format=api"
        },
        {
            "id": "55d7ddf1-5dcd-487e-8b00-7cf790bc5839",
            "gambit_id": "9decfbc2-bb2d-4f42-96ce-a7899dfb61ad",
            "last_updated": "2023-08-04T11:43:13.022639-04:00",
            "created_at": "2023-08-03T08:28:20.477396-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e943e6a-ffd6-47a8-9218-2a4497eea45c/?format=api"
        }
    ]
}