GET /api/bet_types/3eb56794-e8ab-41df-8c52-8aa9a0801159/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3eb56794-e8ab-41df-8c52-8aa9a0801159",
    "match": "https://api-prod.gambitprofit.com/api/matches/be17eafc-574f-48a6-9bf3-44807d6dfb60/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-29T09:27:55.485517-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa184767-08f0-450c-bc13-a584d86f83a8",
            "gambit_id": "710eb123-4a91-4e3d-9b4d-66381b008eac",
            "last_updated": "2023-07-30T10:03:22.249203-04:00",
            "created_at": "2023-07-29T09:27:55.495531-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eb56794-e8ab-41df-8c52-8aa9a0801159/?format=api"
        },
        {
            "id": "e4c724b5-d22c-405a-90be-9191f23dea2b",
            "gambit_id": "8f977a35-b584-4343-8fb7-8878c30efb0e",
            "last_updated": "2023-07-30T10:03:22.242025-04:00",
            "created_at": "2023-07-29T09:27:55.491213-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eb56794-e8ab-41df-8c52-8aa9a0801159/?format=api"
        }
    ]
}