GET /api/bet_types/bcda428d-ba89-46ff-8d77-5e06c0fc731f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcda428d-ba89-46ff-8d77-5e06c0fc731f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d5f5d95-2062-41e8-ae33-09ca09ed1e9a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-09T15:23:06.277549-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": "Chicago Blackhawks",
                "amount": 5319.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "00b9c0e8-dd90-46db-b921-753283806c47",
            "gambit_id": "5c7eb547-d42f-45d9-ab45-28a6cdbde753",
            "last_updated": "2023-10-11T09:02:55.287805-04:00",
            "created_at": "2023-10-09T15:23:06.281744-04:00",
            "name": "Chicago Blackhawks",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcda428d-ba89-46ff-8d77-5e06c0fc731f/?format=api"
        },
        {
            "id": "6a331870-e40e-4fc2-ba7c-453ebe0895bd",
            "gambit_id": "165ecae6-b839-4e3d-99f4-9f13be2f7a49",
            "last_updated": "2023-10-11T09:02:55.292222-04:00",
            "created_at": "2023-10-09T15:23:06.286249-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcda428d-ba89-46ff-8d77-5e06c0fc731f/?format=api"
        }
    ]
}