GET /api/bet_types/d3ea616a-36bf-4191-9a86-f32e7fd027ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3ea616a-36bf-4191-9a86-f32e7fd027ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/df2c6646-b508-4402-a49c-3f0f84dd05c1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-17T13:03:03.884557-04: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 38",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 38",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "554001d1-4237-4e95-af41-fd2d8f1e3b79",
            "gambit_id": "9fd53fc8-d3f6-4fb8-aaee-0e31dfe45ef3",
            "last_updated": "2023-08-21T19:48:13.769726-04:00",
            "created_at": "2023-08-17T13:03:03.889039-04:00",
            "name": "Game Total Over 38",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3ea616a-36bf-4191-9a86-f32e7fd027ef/?format=api"
        },
        {
            "id": "7ff3cbfc-ab90-4383-90b5-f024de8ce001",
            "gambit_id": "211a0c9e-50e1-4e8c-94ef-976aff051f83",
            "last_updated": "2023-08-21T19:48:13.772926-04:00",
            "created_at": "2023-08-17T13:03:03.893654-04:00",
            "name": "Game Total Under 38",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3ea616a-36bf-4191-9a86-f32e7fd027ef/?format=api"
        }
    ]
}