GET /api/bet_types/7c155c74-ce8b-495e-89c8-7251ef2a1da9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c155c74-ce8b-495e-89c8-7251ef2a1da9",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bf89962-1abc-4bf8-95aa-481d42914639/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-27T10:47:03.533077-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 2.5",
                "amount": 5162.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4838.0
            }
        ],
        "expected_reward_tokens": 9239.98,
        "profit_sb": -260.02,
        "profit_sb_percentage": -2.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d72d59a-66bc-48a7-9d93-a4386744b83c",
            "gambit_id": "77aed55b-27ca-4994-ab65-8fbcfb3bdb1c",
            "last_updated": "2023-05-29T11:47:20.299303-04:00",
            "created_at": "2023-05-27T10:47:03.536120-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.79000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c155c74-ce8b-495e-89c8-7251ef2a1da9/?format=api"
        },
        {
            "id": "d1790f89-fa9c-469d-9c29-f7c31b803057",
            "gambit_id": "42503a23-45bd-43dd-8c40-a6042e13be7a",
            "last_updated": "2023-05-29T11:47:20.302646-04:00",
            "created_at": "2023-05-27T10:47:03.539237-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.91000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c155c74-ce8b-495e-89c8-7251ef2a1da9/?format=api"
        }
    ]
}