GET /api/bet_types/29bad70a-20ba-472f-8d3a-ac7ef917d897/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29bad70a-20ba-472f-8d3a-ac7ef917d897",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d31bbbb-54f3-4486-88b5-1f277b2c74f8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-12T10:28:19.486819-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 Under 8.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e1f389d-b3e2-4f17-82d7-d13a01357f63",
            "gambit_id": "caf98ab0-0549-4823-9b6b-eb2519627a7f",
            "last_updated": "2023-10-13T20:48:01.588626-04:00",
            "created_at": "2023-10-12T10:28:19.495382-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29bad70a-20ba-472f-8d3a-ac7ef917d897/?format=api"
        },
        {
            "id": "678526d9-733c-4752-9f37-85ebe18ebc7e",
            "gambit_id": "5766b59d-6096-4764-918a-ed400b4e6720",
            "last_updated": "2023-10-13T20:48:01.584694-04:00",
            "created_at": "2023-10-12T10:28:19.491316-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29bad70a-20ba-472f-8d3a-ac7ef917d897/?format=api"
        }
    ]
}