GET /api/bet_types/08594592-b334-48d3-b39f-ac2f03019751/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08594592-b334-48d3-b39f-ac2f03019751",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ef47d70-802b-4aba-8114-e33d8a9c20d0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:17:59.218160-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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "616290f6-efa4-4d96-822b-43c929120aec",
            "gambit_id": "706ab667-e440-46bd-9ad2-310424bc7334",
            "last_updated": "2023-12-26T15:18:20.497672-05:00",
            "created_at": "2023-12-23T09:17:59.221732-05:00",
            "name": "Game Total Over 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08594592-b334-48d3-b39f-ac2f03019751/?format=api"
        },
        {
            "id": "b408d5ea-1894-44b1-88e6-370f4de8f4c8",
            "gambit_id": "6e3ca807-08a2-4744-87be-6048ef532efc",
            "last_updated": "2023-12-26T15:18:20.500852-05:00",
            "created_at": "2023-12-23T09:17:59.225544-05:00",
            "name": "Game Total Under 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08594592-b334-48d3-b39f-ac2f03019751/?format=api"
        }
    ]
}