GET /api/bet_types/00dd4966-1006-4c77-b7d1-9b5200d307f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00dd4966-1006-4c77-b7d1-9b5200d307f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e8fc8e7-b7c3-4d07-a79f-ec17f9cf0420/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-26T09:23:24.341768-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "384da4a6-528f-4cb5-9965-de05a666ee15",
            "gambit_id": "44ef98aa-938c-48de-8aae-ea0dfb900e0a",
            "last_updated": "2023-08-28T16:23:33.234761-04:00",
            "created_at": "2023-08-26T09:23:24.351215-04:00",
            "name": "Game Total Over 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00dd4966-1006-4c77-b7d1-9b5200d307f4/?format=api"
        },
        {
            "id": "9f62df30-4e80-44bc-b71e-d6cac3abdeba",
            "gambit_id": "968499f5-f8f5-46d9-9761-d4a31de06d59",
            "last_updated": "2023-08-28T16:23:33.238406-04:00",
            "created_at": "2023-08-26T09:23:24.367523-04:00",
            "name": "Game Total Under 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00dd4966-1006-4c77-b7d1-9b5200d307f4/?format=api"
        }
    ]
}