GET /api/bet_types/97170e07-daa7-4535-af9e-ba9decb9cf58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97170e07-daa7-4535-af9e-ba9decb9cf58",
    "match": "https://api-prod.gambitprofit.com/api/matches/da0d7560-b770-45f3-bbd1-f531f924a6a9/?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 239.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 239.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cde63740-29db-4ab2-9579-de62ab7cc66e",
            "gambit_id": "6c735f1a-de5d-4223-bbce-a10c6131268b",
            "last_updated": "2022-12-05T15:42:16.392402-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 239.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97170e07-daa7-4535-af9e-ba9decb9cf58/?format=api"
        },
        {
            "id": "36b2e3db-b324-427d-8579-7e0c22f03b34",
            "gambit_id": "659f173b-3825-4697-9874-91b53d89a022",
            "last_updated": "2022-12-05T15:42:16.393391-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 239.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97170e07-daa7-4535-af9e-ba9decb9cf58/?format=api"
        }
    ]
}