GET /api/bet_types/b285b39f-e8f2-4d79-88e0-377053a0d821/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b285b39f-e8f2-4d79-88e0-377053a0d821",
    "match": "https://api-prod.gambitprofit.com/api/matches/1818ba9e-1f84-42e9-b4b2-45ae040b2433/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-31T10:13:04.647196-05: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": "New York Islanders",
                "amount": 6856.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "90df120f-586e-4d71-ab5f-9e6ac4a0b7c9",
            "gambit_id": "144aecf3-e3a3-4ce3-ad3a-2ceb55c0c302",
            "last_updated": "2024-01-02T10:28:11.420694-05:00",
            "created_at": "2023-12-31T10:13:04.651084-05:00",
            "name": "New York Islanders",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b285b39f-e8f2-4d79-88e0-377053a0d821/?format=api"
        },
        {
            "id": "8ccfc6b8-a673-4729-b0ee-5f32a55a7182",
            "gambit_id": "179d917e-8475-45a1-8066-3d88631c6983",
            "last_updated": "2024-01-02T10:28:11.424125-05:00",
            "created_at": "2023-12-31T10:13:04.655576-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b285b39f-e8f2-4d79-88e0-377053a0d821/?format=api"
        }
    ]
}