GET /api/bet_types/b11cd99f-3f4d-48bf-b5cd-b296e8c3b82b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b11cd99f-3f4d-48bf-b5cd-b296e8c3b82b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b1cefa6-a28d-43c3-bd0c-fddfc15bd3fa/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 45.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 45.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3c2728a-e84d-44e6-8b0c-b8358adcceae",
            "gambit_id": "f6d49c7d-2eb6-4c34-9885-c73a92ef4ef2",
            "last_updated": "2022-09-26T10:11:51.877163-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b11cd99f-3f4d-48bf-b5cd-b296e8c3b82b/?format=api"
        },
        {
            "id": "5b6788fd-4c16-45ea-8963-e5da34988773",
            "gambit_id": "8bbf02f7-c598-4056-bf11-93ad30b58539",
            "last_updated": "2022-09-26T10:11:51.878288-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b11cd99f-3f4d-48bf-b5cd-b296e8c3b82b/?format=api"
        }
    ]
}