GET /api/bet_types/c6e57e06-8262-4bbf-9db6-52df6cea0836/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6e57e06-8262-4bbf-9db6-52df6cea0836",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7a492fb-ada0-40c2-a7d9-23e21f6306c0/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T09:06:56.217673-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 Under 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "1f9ee01a-3e59-47e3-a3a0-afe9f08ebeb9",
            "gambit_id": "8d79756d-3a7a-4aba-bd5f-f79a11ec5f1a",
            "last_updated": "2022-12-24T19:01:51.570320-05:00",
            "created_at": "2022-12-23T09:06:56.218884-05:00",
            "name": "Game Total Under 224",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6e57e06-8262-4bbf-9db6-52df6cea0836/?format=api"
        },
        {
            "id": "baf8958e-1b15-45d9-8243-fd77bc3e3242",
            "gambit_id": "b89f1469-1e1b-435c-9c0d-4f8a7318e25a",
            "last_updated": "2022-12-24T19:01:51.571441-05:00",
            "created_at": "2022-12-23T09:06:56.220157-05:00",
            "name": "Game Total Over 224",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6e57e06-8262-4bbf-9db6-52df6cea0836/?format=api"
        }
    ]
}