GET /api/bet_types/85414e6f-103c-4913-9fa9-f402d34d52ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85414e6f-103c-4913-9fa9-f402d34d52ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/eeedb53a-dd77-4f81-9199-291907cde880/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-28T08:23:01.811272-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 7",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a8fa2a2-c79b-49d3-81dc-4bcaa52cc78f",
            "gambit_id": "4943a768-fd08-4b49-bf6c-635c30dd5ff2",
            "last_updated": "2023-07-29T19:48:01.663060-04:00",
            "created_at": "2023-07-28T08:23:01.816102-04:00",
            "name": "Game Total Over 7",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85414e6f-103c-4913-9fa9-f402d34d52ee/?format=api"
        },
        {
            "id": "28746c5b-c42a-44c9-8b86-5ff8a3980245",
            "gambit_id": "abdd9e9c-55ec-4587-9064-cad4682679d6",
            "last_updated": "2023-07-29T19:48:01.656791-04:00",
            "created_at": "2023-07-28T08:23:01.820676-04:00",
            "name": "Game Total Under 7",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85414e6f-103c-4913-9fa9-f402d34d52ee/?format=api"
        }
    ]
}