GET /api/bet_types/8650cc18-cf35-47bf-823e-a72b1464831d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8650cc18-cf35-47bf-823e-a72b1464831d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7d35672-52c6-4ead-8214-576f9f5d93f3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-11T11:43:22.562031-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 37.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 37.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "26265090-e87e-4221-83f4-3fe1d12ca29d",
            "gambit_id": "94048737-0ada-4431-b827-f801af1689b5",
            "last_updated": "2023-08-12T18:23:12.084724-04:00",
            "created_at": "2023-08-11T11:43:22.567131-04:00",
            "name": "Game Total Over 37.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8650cc18-cf35-47bf-823e-a72b1464831d/?format=api"
        },
        {
            "id": "e6018406-8022-480c-a4a5-fd377bd12891",
            "gambit_id": "b6027baf-6027-46c9-bf1d-73e875e8cc8b",
            "last_updated": "2023-08-12T18:23:12.088928-04:00",
            "created_at": "2023-08-11T11:43:22.571940-04:00",
            "name": "Game Total Under 37.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8650cc18-cf35-47bf-823e-a72b1464831d/?format=api"
        }
    ]
}