GET /api/bet_types/bc8bc87f-7905-40b7-a6d2-55e643b4a1d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc8bc87f-7905-40b7-a6d2-55e643b4a1d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e18e299-b833-4c3f-b8ca-70437f4d25ac/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-16T09:08:25.764052-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 Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7e5bf4a-3164-416e-b6b4-a8b30020f265",
            "gambit_id": "e9b97f28-71ab-4347-b2db-493927a5ce2a",
            "last_updated": "2023-07-18T09:08:29.492055-04:00",
            "created_at": "2023-07-16T09:08:25.765700-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc8bc87f-7905-40b7-a6d2-55e643b4a1d4/?format=api"
        },
        {
            "id": "80f0f007-9454-485b-bc3e-4bfbaa5a3565",
            "gambit_id": "29a135fa-7f95-4362-ba0e-23a6c8a05c92",
            "last_updated": "2023-07-18T09:08:29.493406-04:00",
            "created_at": "2023-07-16T09:08:25.767482-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc8bc87f-7905-40b7-a6d2-55e643b4a1d4/?format=api"
        }
    ]
}