GET /api/bet_types/51ab3ded-dbf1-459c-bac8-d58f7e44d49e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51ab3ded-dbf1-459c-bac8-d58f7e44d49e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f823c494-8711-4029-9e55-f1f64117cd7a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-07T09:48:19.348743-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ec9b91e-e1ff-41a2-8ba7-d5b5a7cabd06",
            "gambit_id": "0932e4a7-651b-4950-9be7-c7561076d568",
            "last_updated": "2023-12-08T21:13:06.544835-05:00",
            "created_at": "2023-12-07T09:48:19.360727-05:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51ab3ded-dbf1-459c-bac8-d58f7e44d49e/?format=api"
        },
        {
            "id": "c7bded89-5d6d-41ae-a140-294a7da782a1",
            "gambit_id": "65858a33-df73-4799-b894-2acc0851ba4b",
            "last_updated": "2023-12-08T21:13:06.541436-05:00",
            "created_at": "2023-12-07T09:48:19.355035-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51ab3ded-dbf1-459c-bac8-d58f7e44d49e/?format=api"
        }
    ]
}