GET /api/bet_types/31ab6b6a-ab6a-45df-90dd-99a331d0e7f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31ab6b6a-ab6a-45df-90dd-99a331d0e7f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/14a782de-2d4b-4d7c-82eb-cedd2d3cfa44/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Nashville Predators",
                "amount": 5899.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "0e78aa69-f7e0-4c70-ab11-6939bea2c894",
            "gambit_id": "8cfcf3e5-ff92-4537-ab6b-9e2646f90d04",
            "last_updated": "2022-12-09T09:57:13.083183-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31ab6b6a-ab6a-45df-90dd-99a331d0e7f6/?format=api"
        },
        {
            "id": "4c217d27-0ec5-4f16-994e-1cd758f3be39",
            "gambit_id": "e03b33ae-7084-447f-ac6f-9a47a468b0c7",
            "last_updated": "2022-12-09T09:57:13.082193-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31ab6b6a-ab6a-45df-90dd-99a331d0e7f6/?format=api"
        }
    ]
}