GET /api/bet_types/6ab9d52c-f0e0-4cad-9286-b91700619e27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ab9d52c-f0e0-4cad-9286-b91700619e27",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7c42980-e7eb-4b8f-9c8e-7e433232bc89/?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 Over 39.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 39.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8812ad20-f0bc-469f-b1d0-822de8629c94",
            "gambit_id": "1169e9ea-fd03-4bb9-bbe6-d669432a51a1",
            "last_updated": "2022-09-19T10:21:55.760383-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 39.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ab9d52c-f0e0-4cad-9286-b91700619e27/?format=api"
        },
        {
            "id": "e7accd2d-1758-424b-b9ad-f32dea68a984",
            "gambit_id": "01278cbe-f6cf-4d8b-bffa-a32e9402dd9b",
            "last_updated": "2022-09-19T10:21:55.759267-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 39.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ab9d52c-f0e0-4cad-9286-b91700619e27/?format=api"
        }
    ]
}