GET /api/bet_types/3e85655f-ccd3-4c73-8b5a-d1bc2806a5ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e85655f-ccd3-4c73-8b5a-d1bc2806a5ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/4bc6c179-2a6c-4976-ba11-ae5285e0fb4b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-16T09:03:05.321139-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": "New York Islanders",
                "amount": 5857.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "51617cd9-240b-4fe5-9ad5-d96df1ae167b",
            "gambit_id": "fb186997-d03c-428a-af2c-fb6878f45b6e",
            "last_updated": "2024-01-19T11:48:28.789388-05:00",
            "created_at": "2024-01-16T09:03:05.325318-05:00",
            "name": "New York Islanders",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e85655f-ccd3-4c73-8b5a-d1bc2806a5ab/?format=api"
        },
        {
            "id": "20282264-3d53-44fc-8fb8-73f9219e8fe4",
            "gambit_id": "421ac5a3-d45c-47e9-817f-4fab04ad786d",
            "last_updated": "2024-01-19T11:48:28.792593-05:00",
            "created_at": "2024-01-16T09:03:05.330005-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e85655f-ccd3-4c73-8b5a-d1bc2806a5ab/?format=api"
        }
    ]
}