GET /api/bet_types/8032810a-d264-4836-abd9-21800b94e18e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8032810a-d264-4836-abd9-21800b94e18e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ace481fd-872b-4638-bfca-d19e0f86e19f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T10:08:15.531468-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 Under 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0811e514-ade9-4244-af18-f882ab29efc3",
            "gambit_id": "0d1b1fd3-b770-433e-8ff7-2da35bb611e7",
            "last_updated": "2023-10-02T21:03:11.207246-04:00",
            "created_at": "2023-09-28T10:08:15.540283-04:00",
            "name": "Game Total Under 44.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8032810a-d264-4836-abd9-21800b94e18e/?format=api"
        },
        {
            "id": "57366021-b3a9-46ab-bcae-1f807d4efcbb",
            "gambit_id": "5ca101c5-3748-481d-a815-4a2dadc61cb0",
            "last_updated": "2023-10-02T21:03:11.203528-04:00",
            "created_at": "2023-09-28T10:08:15.535299-04:00",
            "name": "Game Total Over 44.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8032810a-d264-4836-abd9-21800b94e18e/?format=api"
        }
    ]
}