GET /api/bet_types/8512f6e7-0f6a-4f06-9bc7-1d8c034cfe9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8512f6e7-0f6a-4f06-9bc7-1d8c034cfe9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b9410e7-c580-4e8f-8e78-c7eb1fc78f53/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-29T09:58:09.320382-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 241",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 241",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "10c8ff84-ae48-40b3-8ab2-85c5e305e54e",
            "gambit_id": "45dc44d2-f5ed-4eb4-86b3-534085cdc21a",
            "last_updated": "2023-12-30T21:43:25.972174-05:00",
            "created_at": "2023-12-29T09:58:09.326150-05:00",
            "name": "Game Total Over 241",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8512f6e7-0f6a-4f06-9bc7-1d8c034cfe9b/?format=api"
        },
        {
            "id": "a56fd7cd-256d-4992-9b45-f90aeb61113d",
            "gambit_id": "7b778f0e-4d2e-450b-a001-f6661e6fc053",
            "last_updated": "2023-12-30T21:43:25.975653-05:00",
            "created_at": "2023-12-29T09:58:09.331231-05:00",
            "name": "Game Total Under 241",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8512f6e7-0f6a-4f06-9bc7-1d8c034cfe9b/?format=api"
        }
    ]
}