GET /api/bet_types/4114c254-a9bf-4f3e-b085-dcdd75724de1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4114c254-a9bf-4f3e-b085-dcdd75724de1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2c96f32-ca93-4421-a657-8ff3ac1ebd7c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-04T09:48:06.963747-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 5.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3bd6952c-81f1-4e99-ae21-79cedc9e34dc",
            "gambit_id": "37e7a94f-fa2b-45f4-a020-7a6ae2e7b8da",
            "last_updated": "2023-12-05T21:18:21.245046-05:00",
            "created_at": "2023-12-04T09:48:06.967433-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4114c254-a9bf-4f3e-b085-dcdd75724de1/?format=api"
        },
        {
            "id": "1f38ace3-1d50-48a0-a3ad-062f1198e253",
            "gambit_id": "dba51f9b-a4fe-44c0-8da2-ae43aec28bc1",
            "last_updated": "2023-12-05T21:18:21.248233-05:00",
            "created_at": "2023-12-04T09:48:06.972780-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4114c254-a9bf-4f3e-b085-dcdd75724de1/?format=api"
        }
    ]
}