GET /api/bet_types/2cef8323-9002-46a8-86e9-7138fef35c32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cef8323-9002-46a8-86e9-7138fef35c32",
    "match": "https://api-prod.gambitprofit.com/api/matches/da5b4a4f-ca4d-40ef-8752-a7a4750bd45c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-24T08:57:56.593469-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": "Tampa Bay Lightning",
                "amount": 6546.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "29cc53c1-8133-4469-a4c7-b666ed787225",
            "gambit_id": "e861532d-bbdd-41b5-b957-d9224b82fc29",
            "last_updated": "2023-10-26T10:23:04.743264-04:00",
            "created_at": "2023-10-24T08:57:56.597440-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cef8323-9002-46a8-86e9-7138fef35c32/?format=api"
        },
        {
            "id": "89c82b3b-dff4-4cc3-96dd-a14d46a1465c",
            "gambit_id": "4ac96fc8-b3a4-48d4-9a84-e16f783ae366",
            "last_updated": "2023-10-26T10:23:04.746677-04:00",
            "created_at": "2023-10-24T08:57:56.603105-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cef8323-9002-46a8-86e9-7138fef35c32/?format=api"
        }
    ]
}