GET /api/bet_types/cc97109c-bbe0-4dab-9ca8-6a007411dd4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc97109c-bbe0-4dab-9ca8-6a007411dd4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c396c40c-0318-4b47-8fb7-7954dbf9124d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:57.012253-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": "Columbus Blue Jackets",
                "amount": 5292.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "02fc8ce8-2194-4a85-8d5f-fa9f37b47a3f",
            "gambit_id": "551697db-8ede-4407-9516-f6787133a5e4",
            "last_updated": "2023-01-16T10:07:22.875066-05:00",
            "created_at": "2023-01-14T08:26:57.018866-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc97109c-bbe0-4dab-9ca8-6a007411dd4b/?format=api"
        },
        {
            "id": "cdbcae80-a2a1-4e4f-bad1-a9a6dd4cd1bb",
            "gambit_id": "0c873c09-311c-4b2f-8507-5f3ab64c7a27",
            "last_updated": "2023-01-16T10:07:22.872012-05:00",
            "created_at": "2023-01-14T08:26:57.015562-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc97109c-bbe0-4dab-9ca8-6a007411dd4b/?format=api"
        }
    ]
}