GET /api/bet_types/65f99278-32b3-4f19-be08-8c17fd1cef0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65f99278-32b3-4f19-be08-8c17fd1cef0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdc59668-3b63-45c5-a5d9-c48059a3c6a3/?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 50",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 50",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee068afa-6d72-4318-bae0-7d566e760459",
            "gambit_id": "41810944-c774-4618-a787-c08931a6c3b4",
            "last_updated": "2022-11-14T10:13:47.622570-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 50",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "50.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65f99278-32b3-4f19-be08-8c17fd1cef0b/?format=api"
        },
        {
            "id": "1ac4ae69-4958-4e51-af2f-be8d99dbd7a9",
            "gambit_id": "5e0a4624-11c1-4054-84be-a5f7cb433345",
            "last_updated": "2022-11-14T10:13:47.626209-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 50",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "50.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65f99278-32b3-4f19-be08-8c17fd1cef0b/?format=api"
        }
    ]
}