GET /api/bet_types/62558980-d1ec-452c-acff-5bf31d8e403c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62558980-d1ec-452c-acff-5bf31d8e403c",
    "match": "https://api-prod.gambitprofit.com/api/matches/2077b189-b499-4787-a372-5e69a795c560/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-02T16:07:15.705136-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": 5000.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": -350.0,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "da25b690-27ee-4c31-b236-75fd6e3fd66f",
            "gambit_id": "cb7debbd-165c-44f2-8a93-14e250ee28ee",
            "last_updated": "2023-02-05T12:42:11.699748-05:00",
            "created_at": "2023-02-02T16:07:15.706570-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.83000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62558980-d1ec-452c-acff-5bf31d8e403c/?format=api"
        },
        {
            "id": "98c32af9-9ac6-4e5a-84e3-d5c8069c7fc0",
            "gambit_id": "a3be1950-f2c1-4fb1-8be3-dcdc4a68b936",
            "last_updated": "2023-02-05T12:42:11.701819-05:00",
            "created_at": "2023-02-02T16:07:15.708378-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.83000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62558980-d1ec-452c-acff-5bf31d8e403c/?format=api"
        }
    ]
}