GET /api/bet_types/3fefe639-f81e-4d25-8c92-a0ea2d38af1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fefe639-f81e-4d25-8c92-a0ea2d38af1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/61795da2-59b4-466b-9465-88bb66b5f94e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-16T12:17:24.861864-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": "22d811c1-acad-4841-b2cf-64e9ec494a45",
            "gambit_id": "41354e4a-4ad8-4ba8-8016-05a09a8288c7",
            "last_updated": "2023-04-18T12:12:08.462915-04:00",
            "created_at": "2023-04-16T12:17:24.864953-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/3fefe639-f81e-4d25-8c92-a0ea2d38af1f/?format=api"
        },
        {
            "id": "655be0e9-2b16-4f46-bbf6-8a4191ea62d5",
            "gambit_id": "305bb5ac-2a3f-4426-9725-157b4913e7dd",
            "last_updated": "2023-04-18T12:12:08.464422-04:00",
            "created_at": "2023-04-16T12:17:24.868330-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/3fefe639-f81e-4d25-8c92-a0ea2d38af1f/?format=api"
        }
    ]
}