GET /api/bet_types/c42a8a59-a759-42fd-abc2-3bc6c3e95132/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c42a8a59-a759-42fd-abc2-3bc6c3e95132",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f18f7ae-6d04-467c-bfde-bbdcd7e6ca77/?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 46",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 46",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "319847df-993b-4160-9ce1-a9633a39e1d3",
            "gambit_id": "efd32165-c9ec-4bd0-ba0a-21b45ee62b3d",
            "last_updated": "2022-12-05T15:27:06.104399-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c42a8a59-a759-42fd-abc2-3bc6c3e95132/?format=api"
        },
        {
            "id": "fb99ce86-48dd-4144-8b32-426eb0d2450c",
            "gambit_id": "7b601877-732e-49a6-9479-6c65e1b6bc38",
            "last_updated": "2022-12-05T15:27:06.103264-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c42a8a59-a759-42fd-abc2-3bc6c3e95132/?format=api"
        }
    ]
}