GET /api/bet_types/305c59f6-fcfa-4593-b91c-cf1605bafa10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "305c59f6-fcfa-4593-b91c-cf1605bafa10",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fd87d95-6aa1-483b-91d8-6efc9823b801/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-28T10:03:12.859311-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 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f625002-cd2a-4a13-9b6d-a6da51795a2a",
            "gambit_id": "654c2dae-7807-4df4-b369-5282dda1f67a",
            "last_updated": "2023-12-30T16:28:09.838384-05:00",
            "created_at": "2023-12-28T10:03:12.863600-05:00",
            "name": "Game Total Over 228",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/305c59f6-fcfa-4593-b91c-cf1605bafa10/?format=api"
        },
        {
            "id": "2228e8b5-afb6-4e1a-bc88-4041e0dbe7aa",
            "gambit_id": "a292e264-112c-4446-9399-7e2776dcaffe",
            "last_updated": "2023-12-30T16:28:09.841877-05:00",
            "created_at": "2023-12-28T10:03:12.868186-05:00",
            "name": "Game Total Under 228",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/305c59f6-fcfa-4593-b91c-cf1605bafa10/?format=api"
        }
    ]
}