GET /api/bet_types/ebe8c587-b94e-45e4-947c-73668be1f168/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebe8c587-b94e-45e4-947c-73668be1f168",
    "match": "https://api-prod.gambitprofit.com/api/matches/792595cf-89b4-40b0-951d-4702328430d0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-30T08:58:10.735881-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 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "a32ca17f-e443-481e-a076-bd35d7439210",
            "gambit_id": "2e143fee-0327-4845-b979-d0bf0daf1117",
            "last_updated": "2023-10-31T19:48:06.197610-04:00",
            "created_at": "2023-10-30T08:58:10.746020-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebe8c587-b94e-45e4-947c-73668be1f168/?format=api"
        },
        {
            "id": "4fad3b21-e050-4a97-9a3d-54cc18a19f64",
            "gambit_id": "bdcfb277-2057-4a66-b30a-6692a1a8a415",
            "last_updated": "2023-10-31T19:48:06.193967-04:00",
            "created_at": "2023-10-30T08:58:10.739879-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebe8c587-b94e-45e4-947c-73668be1f168/?format=api"
        }
    ]
}