GET /api/bet_types/3f44d6de-eb94-4ec5-8a0f-09e22cfbde97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f44d6de-eb94-4ec5-8a0f-09e22cfbde97",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2748b94-de71-42bb-a772-3847457fb29a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-14T09:28:01.626812-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": 6456.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3544.0
            }
        ],
        "expected_reward_tokens": 9425.76,
        "profit_sb": -74.24,
        "profit_sb_percentage": -0.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "273ab33a-b736-4e03-bf8b-7effb1414a6e",
            "gambit_id": "9eb26062-57d7-42eb-8496-b4defb847143",
            "last_updated": "2023-10-16T17:58:29.792895-04:00",
            "created_at": "2023-10-14T09:28:01.631903-04:00",
            "name": "Chicago Blackhawks",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f44d6de-eb94-4ec5-8a0f-09e22cfbde97/?format=api"
        },
        {
            "id": "739a7f4b-4438-4763-8de1-c1c2206e3531",
            "gambit_id": "ccc69dc1-6fed-4f2d-b913-a54d9c7fc2a4",
            "last_updated": "2023-10-16T17:58:29.796364-04:00",
            "created_at": "2023-10-14T09:28:01.640079-04:00",
            "name": "Montreal Canadiens",
            "reward": "2.66000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f44d6de-eb94-4ec5-8a0f-09e22cfbde97/?format=api"
        }
    ]
}