GET /api/bet_types/e5d0aa56-1181-4d9f-85fb-2e4395308cc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5d0aa56-1181-4d9f-85fb-2e4395308cc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/79a5b431-e677-48ee-aab8-7cf08c33b176/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T15:07:05.493511-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 2.5",
                "amount": 5974.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9259.7,
        "profit_sb": -240.3,
        "profit_sb_percentage": -2.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "27f5f370-3384-43e1-8691-a662e85a03e0",
            "gambit_id": "4f875b97-f53d-40d1-9709-9846a4d2cbbb",
            "last_updated": "2023-05-01T12:27:20.919750-04:00",
            "created_at": "2023-04-28T15:07:05.497687-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.55000",
            "odds": "1.57000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5d0aa56-1181-4d9f-85fb-2e4395308cc8/?format=api"
        },
        {
            "id": "116a8ece-1a0c-4fdf-b5a8-14cb8a5b5960",
            "gambit_id": "dfad2fc1-b783-4eee-8045-b54992381208",
            "last_updated": "2023-05-01T12:27:20.918320-04:00",
            "created_at": "2023-04-28T15:07:05.495641-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5d0aa56-1181-4d9f-85fb-2e4395308cc8/?format=api"
        }
    ]
}