GET /api/bet_types/78bff472-e0da-4bfa-b7b4-dcebee08ba77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78bff472-e0da-4bfa-b7b4-dcebee08ba77",
    "match": "https://api-prod.gambitprofit.com/api/matches/68441457-7b3a-4567-8942-218e8a1edc9a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-12T09:43:06.924823-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": 5319.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd218224-7dbc-4f47-85ac-6b17d5e9991a",
            "gambit_id": "e62bae0c-5abd-4f44-b8a9-fa9d1cd3ffdd",
            "last_updated": "2023-08-14T10:38:13.893972-04:00",
            "created_at": "2023-08-12T09:43:06.929936-04:00",
            "name": "Game Total Over 8",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78bff472-e0da-4bfa-b7b4-dcebee08ba77/?format=api"
        },
        {
            "id": "16c5d4f1-6b2e-4b60-996f-3143a2693191",
            "gambit_id": "1c1641b3-5a6f-47f6-9865-cff30d0f5503",
            "last_updated": "2023-08-14T10:38:13.897918-04:00",
            "created_at": "2023-08-12T09:43:06.937375-04:00",
            "name": "Game Total Under 8",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78bff472-e0da-4bfa-b7b4-dcebee08ba77/?format=api"
        }
    ]
}