GET /api/bet_types/663d3d30-f547-4e84-97a0-09ad1d91dca7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "663d3d30-f547-4e84-97a0-09ad1d91dca7",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae7b882c-5182-4fe0-a640-edb77327729b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-20T10:51:56.081967-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": "KAN",
                "amount": 5317.0
            },
            {
                "team": "CWS",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "a19d49fc-b67c-4f15-a819-d351943fe634",
            "gambit_id": "85837bda-2dd0-44de-8ee7-ed08b3fe3024",
            "last_updated": "2023-05-22T13:27:22.266678-04:00",
            "created_at": "2023-05-20T10:51:56.085550-04:00",
            "name": "KAN",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/663d3d30-f547-4e84-97a0-09ad1d91dca7/?format=api"
        },
        {
            "id": "520c1de0-1108-4153-8a94-d15b843378d1",
            "gambit_id": "72bfbaa3-1f5c-4b68-8398-9d672e629944",
            "last_updated": "2023-05-22T13:27:22.265239-04:00",
            "created_at": "2023-05-20T10:51:56.083740-04:00",
            "name": "CWS",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/663d3d30-f547-4e84-97a0-09ad1d91dca7/?format=api"
        }
    ]
}