GET /api/bet_types/b59433ab-c1b0-41be-a3e1-e574db7e9785/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b59433ab-c1b0-41be-a3e1-e574db7e9785",
    "match": "https://api-prod.gambitprofit.com/api/matches/ebfd56da-411b-49ea-8246-399ee2af1f6c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-09T09:53:06.021928-04: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 211.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 211.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7a5a63b-0e60-4737-b7c6-1c49876f10fd",
            "gambit_id": "539d828e-e54b-479f-ad19-86f7a2b72e7e",
            "last_updated": "2023-06-12T10:48:17.301354-04:00",
            "created_at": "2023-06-09T09:53:06.023904-04:00",
            "name": "Game Total Over 211.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "211.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b59433ab-c1b0-41be-a3e1-e574db7e9785/?format=api"
        },
        {
            "id": "5ca6ed25-d1ad-4ec2-a0e4-9477a5e6ffac",
            "gambit_id": "ad3012b9-2da6-45e6-9aa8-736f76af4ee2",
            "last_updated": "2023-06-12T10:48:17.303795-04:00",
            "created_at": "2023-06-09T09:53:06.026008-04:00",
            "name": "Game Total Under 211.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "211.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b59433ab-c1b0-41be-a3e1-e574db7e9785/?format=api"
        }
    ]
}