GET /api/bet_types/35d02132-01c2-4df7-bbbb-3d535a7614d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35d02132-01c2-4df7-bbbb-3d535a7614d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/239a4ae5-0e24-4d77-94a9-41c7a01e9a83/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-28T09:08:07.340058-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": "Detroit Red Wings",
                "amount": 5861.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "66323225-7e99-476d-98ad-5793144fd5ca",
            "gambit_id": "5a94260a-bfbd-415a-9fa6-7cecd98a08be",
            "last_updated": "2023-10-30T13:28:22.252862-04:00",
            "created_at": "2023-10-28T09:08:07.344321-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35d02132-01c2-4df7-bbbb-3d535a7614d4/?format=api"
        },
        {
            "id": "e806a1b3-a09f-4af5-a336-7267b0eaeecc",
            "gambit_id": "a8d4ba89-e953-4cf0-8341-9ac2bfa44785",
            "last_updated": "2023-10-30T13:28:22.256934-04:00",
            "created_at": "2023-10-28T09:08:07.348676-04:00",
            "name": "Boston Bruins",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35d02132-01c2-4df7-bbbb-3d535a7614d4/?format=api"
        }
    ]
}