GET /api/bet_types/8e8521c1-a1b0-44ef-9749-ba4217af3c7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e8521c1-a1b0-44ef-9749-ba4217af3c7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd5ab7bd-9d75-4496-baff-f8796dc68558/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:06.119897-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": "Anaheim Ducks",
                "amount": 6864.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4345cbc-5283-45e8-aa5b-418a2eb5c965",
            "gambit_id": "c64a2587-331c-45b7-b378-ff271700837b",
            "last_updated": "2023-12-01T19:13:13.531676-05:00",
            "created_at": "2023-11-30T10:28:06.127837-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e8521c1-a1b0-44ef-9749-ba4217af3c7d/?format=api"
        },
        {
            "id": "f5b80afb-840e-4f2d-ad0c-5a47ee30b3ea",
            "gambit_id": "69ccb86a-9469-4aba-8e97-65d0d76c9cc8",
            "last_updated": "2023-12-01T19:13:13.528165-05:00",
            "created_at": "2023-11-30T10:28:06.123709-05:00",
            "name": "Washington Capitals",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e8521c1-a1b0-44ef-9749-ba4217af3c7d/?format=api"
        }
    ]
}