GET /api/bet_types/e96737d9-011b-4616-b89f-92cc93817209/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e96737d9-011b-4616-b89f-92cc93817209",
    "match": "https://api-prod.gambitprofit.com/api/matches/c24c6e8f-7b38-40a4-a44a-1dbd77741c61/?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 60.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 60.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "858d5297-3ec3-43fd-8ef5-80a7c621cd86",
            "gambit_id": "590ed0c8-ffec-4ca7-8ae0-f26481ee6abc",
            "last_updated": "2022-12-05T11:17:09.672775-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 60.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "60.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e96737d9-011b-4616-b89f-92cc93817209/?format=api"
        },
        {
            "id": "b8e67e50-6847-440d-b386-0df8c2b970bc",
            "gambit_id": "d8853aa9-6506-4a57-b2f1-9cfac395971c",
            "last_updated": "2022-12-05T11:17:09.671593-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 60.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "60.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e96737d9-011b-4616-b89f-92cc93817209/?format=api"
        }
    ]
}