GET /api/bet_types/c718eb98-44aa-409d-85c7-3963bdecc290/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c718eb98-44aa-409d-85c7-3963bdecc290",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8c6766d-87f2-470c-9ee7-23ac04a67e3b/?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 2.5",
                "amount": 5068.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4932.0
            }
        ],
        "expected_reward_tokens": 9222.84,
        "profit_sb": -277.16,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "faf27a0c-0a8f-4dd9-922c-a6145308a047",
            "gambit_id": "9a7172fe-ccb4-45f6-a2bb-2fa623de4d06",
            "last_updated": "2022-10-15T19:02:03.347578-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c718eb98-44aa-409d-85c7-3963bdecc290/?format=api"
        },
        {
            "id": "b8b054d6-16dc-4600-ac8f-ce7b6f27753c",
            "gambit_id": "c1c8dc86-f2cc-448b-84c6-fe30d719d1ce",
            "last_updated": "2022-10-15T19:02:03.346388-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.87000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c718eb98-44aa-409d-85c7-3963bdecc290/?format=api"
        }
    ]
}