GET /api/bet_types/61fcbb00-52e8-4aab-a18e-4319a3481fbf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61fcbb00-52e8-4aab-a18e-4319a3481fbf",
    "match": "https://api-prod.gambitprofit.com/api/matches/04ad99c9-ca78-4ee3-b3b8-538c52e6230a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:03:01.177803-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": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "69ee82a3-41eb-4a72-8c4f-084fdb81be12",
            "gambit_id": "3cc178fd-224d-4615-90d0-7385768de25a",
            "last_updated": "2023-12-29T11:13:25.079138-05:00",
            "created_at": "2023-12-27T09:03:01.183036-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61fcbb00-52e8-4aab-a18e-4319a3481fbf/?format=api"
        },
        {
            "id": "71d6296c-817f-4a76-934c-6bfc4db0d1f3",
            "gambit_id": "0f635595-e2bd-451f-9a19-d169edff0ff5",
            "last_updated": "2023-12-29T11:13:25.075818-05:00",
            "created_at": "2023-12-27T09:03:01.190021-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61fcbb00-52e8-4aab-a18e-4319a3481fbf/?format=api"
        }
    ]
}