GET /api/bet_types/8ae86016-e48e-4f83-8847-41e6f8e03aab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ae86016-e48e-4f83-8847-41e6f8e03aab",
    "match": "https://api-prod.gambitprofit.com/api/matches/5aa1764d-8322-48f7-81ff-59dff09926a8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-17T09:31:51.905559-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": "Carolina Hurricanes",
                "amount": 6812.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3188.0
            }
        ],
        "expected_reward_tokens": 9468.36,
        "profit_sb": -31.64,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "e24f4e35-66e7-4e0e-91b2-8cdee856773a",
            "gambit_id": "592357f0-c9a8-4a23-a059-50b7c52ee5ff",
            "last_updated": "2023-03-18T14:52:12.280813-04:00",
            "created_at": "2023-03-17T09:31:51.907778-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ae86016-e48e-4f83-8847-41e6f8e03aab/?format=api"
        },
        {
            "id": "e54dc336-f41b-450f-8302-1d92e7c65a79",
            "gambit_id": "97cfe737-5d2e-41a1-ac39-5fb2c1c88e50",
            "last_updated": "2023-03-18T14:52:12.282237-04:00",
            "created_at": "2023-03-17T09:31:51.906674-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ae86016-e48e-4f83-8847-41e6f8e03aab/?format=api"
        }
    ]
}