GET /api/bet_types/8d68c620-39df-44d5-9f2a-dcec89539e9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d68c620-39df-44d5-9f2a-dcec89539e9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3245c9f-8de6-46be-8a31-37b3437d2007/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-21T09:38:06.407943-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": 5515.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0141991-c3d5-4830-9798-680ad3939053",
            "gambit_id": "3fa675db-b7f8-4ea1-ac67-698ce5bd4005",
            "last_updated": "2023-10-23T20:38:03.602335-04:00",
            "created_at": "2023-10-21T09:38:06.418694-04:00",
            "name": "Chicago Blackhawks",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d68c620-39df-44d5-9f2a-dcec89539e9e/?format=api"
        },
        {
            "id": "00bbdd46-d4ff-4532-9d37-3f3b077fa352",
            "gambit_id": "6ae4298f-02a7-4391-b630-cb3b15a1f96d",
            "last_updated": "2023-10-23T20:38:03.598321-04:00",
            "created_at": "2023-10-21T09:38:06.413869-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d68c620-39df-44d5-9f2a-dcec89539e9e/?format=api"
        }
    ]
}