GET /api/bet_types/1b733ba0-c750-4ff0-8ba6-847be90c1003/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b733ba0-c750-4ff0-8ba6-847be90c1003",
    "match": "https://api-prod.gambitprofit.com/api/matches/4719d3d6-49d3-459b-8c35-303b8c33601b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:57:09.076762-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": "Detroit Red Wings",
                "amount": 5882.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4118.0
            }
        ],
        "expected_reward_tokens": 9058.28,
        "profit_sb": 58.28,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "efbaaafd-dc4c-485f-b6ad-b136f4eea3f1",
            "gambit_id": "e3bc7470-ecdc-45dc-a02f-54851a2bba9d",
            "last_updated": "2023-01-17T11:22:14.418862-05:00",
            "created_at": "2023-01-16T09:57:09.083010-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.54000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b733ba0-c750-4ff0-8ba6-847be90c1003/?format=api"
        },
        {
            "id": "f39063f1-e377-41e2-9c67-560fc25e8d55",
            "gambit_id": "4e85ea0d-0599-4e2c-acd2-7db9363cb6d5",
            "last_updated": "2023-01-17T11:22:14.417785-05:00",
            "created_at": "2023-01-16T09:57:09.079796-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.20000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b733ba0-c750-4ff0-8ba6-847be90c1003/?format=api"
        }
    ]
}