GET /api/bet_types/efc4c055-bb7b-4757-9b18-be7a931eb576/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efc4c055-bb7b-4757-9b18-be7a931eb576",
    "match": "https://api-prod.gambitprofit.com/api/matches/bad1572d-9d79-480a-afb4-0fa8fd972a2c/?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 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "61470577-bcac-491b-aa63-f69a30d31f8b",
            "gambit_id": "5a0c98c6-0458-43cd-82ac-4f32e3e5381b",
            "last_updated": "2022-10-31T10:17:28.069972-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efc4c055-bb7b-4757-9b18-be7a931eb576/?format=api"
        },
        {
            "id": "ef8b478d-f9ac-4afc-9414-54537049b817",
            "gambit_id": "bbf15975-7eff-4717-ae5c-cd7e3ded188e",
            "last_updated": "2022-10-31T10:17:28.070904-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efc4c055-bb7b-4757-9b18-be7a931eb576/?format=api"
        }
    ]
}