GET /api/bet_types/8ecc07fd-1c77-4342-bb3b-82722c0e0a32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ecc07fd-1c77-4342-bb3b-82722c0e0a32",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e05ca8d-fc90-4a8d-a639-42f93cd4aa80/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-12T09:32:13.805951-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0ca3eea-c75f-433c-be27-f2647eca0714",
            "gambit_id": "398da37f-810e-4238-8c62-4343561850d6",
            "last_updated": "2023-04-13T17:17:16.241459-04:00",
            "created_at": "2023-04-12T09:32:13.813320-04:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ecc07fd-1c77-4342-bb3b-82722c0e0a32/?format=api"
        },
        {
            "id": "96f5f081-328b-42d0-a53f-02f998aed1cd",
            "gambit_id": "3663b9d9-8089-43ae-ab99-90e2d6d61415",
            "last_updated": "2023-04-13T17:17:16.239889-04:00",
            "created_at": "2023-04-12T09:32:13.810271-04:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ecc07fd-1c77-4342-bb3b-82722c0e0a32/?format=api"
        }
    ]
}