GET /api/bet_types/21085c5d-9616-4128-b8cf-2968f0762f11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21085c5d-9616-4128-b8cf-2968f0762f11",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b6736eb-5467-4bb1-ac88-4a3f1342da9b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-12T10:17:05.789357-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": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f197014-3d1d-4d9c-8efa-154240cc3530",
            "gambit_id": "ae920742-abde-4858-8430-1e5ec566d8a4",
            "last_updated": "2023-03-13T19:12:11.086456-04:00",
            "created_at": "2023-03-12T10:17:05.790701-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21085c5d-9616-4128-b8cf-2968f0762f11/?format=api"
        },
        {
            "id": "b2eea6ea-5ba6-4a8e-99e0-991b6a79ecdd",
            "gambit_id": "93087d6c-b8c4-4019-a239-b464dfba1571",
            "last_updated": "2023-03-13T19:12:11.089940-04:00",
            "created_at": "2023-03-12T10:17:05.792358-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21085c5d-9616-4128-b8cf-2968f0762f11/?format=api"
        }
    ]
}