GET /api/bet_types/f41c543d-0448-4df9-b9fe-3862193cabe1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f41c543d-0448-4df9-b9fe-3862193cabe1",
    "match": "https://api-prod.gambitprofit.com/api/matches/1dd7efd1-f4fd-4561-a933-95456cda920d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-16T10:23:20.575737-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb039d27-2460-438b-9a90-153bec682aca",
            "gambit_id": "2448bbac-cb68-481c-94ab-da403900d402",
            "last_updated": "2023-08-18T10:18:05.074831-04:00",
            "created_at": "2023-08-16T10:23:20.579692-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f41c543d-0448-4df9-b9fe-3862193cabe1/?format=api"
        },
        {
            "id": "4f1cccd7-5e7f-4111-b998-5364faea540c",
            "gambit_id": "9b1965b9-0c9d-462c-b636-ad06e82c5166",
            "last_updated": "2023-08-18T10:18:05.078993-04:00",
            "created_at": "2023-08-16T10:23:20.585910-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f41c543d-0448-4df9-b9fe-3862193cabe1/?format=api"
        }
    ]
}