GET /api/bet_types/1dd0bd38-67b0-43c1-819c-441e91cabf79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1dd0bd38-67b0-43c1-819c-441e91cabf79",
    "match": "https://api-prod.gambitprofit.com/api/matches/85c10609-2f75-42ee-a1ea-df149bf5b929/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-11T09:07:56.777723-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": "Toronto Maple Leafs",
                "amount": 5214.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa7451c8-95bf-45dd-8b9c-d8b4fa49996a",
            "gambit_id": "5ec121be-4ea5-4e92-af20-e3d18e3e59df",
            "last_updated": "2023-10-12T11:33:07.318923-04:00",
            "created_at": "2023-10-11T09:07:56.806176-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dd0bd38-67b0-43c1-819c-441e91cabf79/?format=api"
        },
        {
            "id": "0becc333-00e7-45aa-aaf5-0ac63c9bfcf5",
            "gambit_id": "ef00c57d-ac6c-4d71-a584-71577bec26ef",
            "last_updated": "2023-10-12T11:33:07.315685-04:00",
            "created_at": "2023-10-11T09:07:56.799616-04:00",
            "name": "Montreal Canadiens",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dd0bd38-67b0-43c1-819c-441e91cabf79/?format=api"
        }
    ]
}