GET /api/bet_types/9947f498-d288-4ad8-a4bc-7348af35b773/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9947f498-d288-4ad8-a4bc-7348af35b773",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e00b188-74da-4b0e-95f4-5ca306ee71f3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-14T09:13:05.197699-05: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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "beac417f-656e-46d6-8c9e-f457b2108082",
            "gambit_id": "a97b5fe0-4a1c-4ad8-a6cc-57b4a5fc762c",
            "last_updated": "2023-11-15T20:03:22.173552-05:00",
            "created_at": "2023-11-14T09:13:05.201180-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9947f498-d288-4ad8-a4bc-7348af35b773/?format=api"
        },
        {
            "id": "c63f8da4-b947-4d2a-90a1-aa259b9ce24e",
            "gambit_id": "5abe6a7b-f538-4990-b384-b3a7c4577e98",
            "last_updated": "2023-11-15T20:03:22.177169-05:00",
            "created_at": "2023-11-14T09:13:05.209927-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9947f498-d288-4ad8-a4bc-7348af35b773/?format=api"
        }
    ]
}