GET /api/bet_types/1b290b12-c506-46db-87da-55d50ab3cedb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b290b12-c506-46db-87da-55d50ab3cedb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c55395b4-52e3-4af3-84e2-0a705bf1c168/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-17T10:31:55.731055-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 2.5",
                "amount": 5885.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4115.0
            }
        ],
        "expected_reward_tokens": 9298.3,
        "profit_sb": -201.7,
        "profit_sb_percentage": -2.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d705d6e-4bdd-4300-b382-2dc52631b6b0",
            "gambit_id": "4f5a66f5-ac57-454e-86f3-a42c73e96b76",
            "last_updated": "2023-02-20T09:51:56.830691-05:00",
            "created_at": "2023-02-17T10:31:55.733818-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b290b12-c506-46db-87da-55d50ab3cedb/?format=api"
        },
        {
            "id": "cfcedb1c-eaa0-40de-a5e1-daf2a03df842",
            "gambit_id": "d9a3379f-b02f-49f4-88e3-8862fe4965f2",
            "last_updated": "2023-02-20T09:51:56.829395-05:00",
            "created_at": "2023-02-17T10:31:55.732398-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b290b12-c506-46db-87da-55d50ab3cedb/?format=api"
        }
    ]
}