GET /api/bet_types/334e09c5-7d99-4860-9c35-92d60942983e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "334e09c5-7d99-4860-9c35-92d60942983e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5689da6a-ea91-4d84-b07a-aaba9bc56d9b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:19.316742-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": 6984.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3016.0
            }
        ],
        "expected_reward_tokens": 9498.24,
        "profit_sb": -1.76,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "16da6daa-63a8-4661-9b0f-d61a7987da4c",
            "gambit_id": "4576a630-3ec1-4951-8a93-867b6f20471f",
            "last_updated": "2023-04-14T12:02:23.823898-04:00",
            "created_at": "2023-04-13T09:32:19.318001-04:00",
            "name": "Chicago Blackhawks",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/334e09c5-7d99-4860-9c35-92d60942983e/?format=api"
        },
        {
            "id": "971d5419-5b36-471a-b940-ff5390d7978f",
            "gambit_id": "f96b8efd-3aa1-47ec-9c7a-3b6ed931f67b",
            "last_updated": "2023-04-14T12:02:23.825628-04:00",
            "created_at": "2023-04-13T09:32:19.319492-04:00",
            "name": "Philadelphia Flyers",
            "reward": "3.15000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/334e09c5-7d99-4860-9c35-92d60942983e/?format=api"
        }
    ]
}