GET /api/bet_types/d46d4e29-0b74-46e5-93f8-83d741015604/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d46d4e29-0b74-46e5-93f8-83d741015604",
    "match": "https://api-prod.gambitprofit.com/api/matches/cee1e809-d198-4096-892d-f340feae5b07/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-08T09:38:21.866894-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 Under 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4b9e9c4-ec32-4db9-a46d-70a276e6da3f",
            "gambit_id": "605138e5-58bb-4c13-92b5-3ab3bd961e0e",
            "last_updated": "2023-12-09T11:33:26.159482-05:00",
            "created_at": "2023-12-08T09:38:21.875052-05:00",
            "name": "Game Total Under 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d46d4e29-0b74-46e5-93f8-83d741015604/?format=api"
        },
        {
            "id": "72fbde32-a29f-4f18-afb9-409733880a3c",
            "gambit_id": "5b3a77c9-f407-486f-97a0-e3a12afba95a",
            "last_updated": "2023-12-09T11:33:26.156100-05:00",
            "created_at": "2023-12-08T09:38:21.870863-05:00",
            "name": "Game Total Over 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d46d4e29-0b74-46e5-93f8-83d741015604/?format=api"
        }
    ]
}