GET /api/bet_types/d84d028b-90af-463f-8708-06e2d2715342/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d84d028b-90af-463f-8708-06e2d2715342",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c6eb091-86a8-4a75-91c6-5c16f45b545b/?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": "Seattle Kraken",
                "amount": 6047.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "c36a6c46-4f4f-44dd-be35-b59e62938109",
            "gambit_id": "06a33833-6d55-4432-be41-2490b87b4705",
            "last_updated": "2022-12-12T19:02:22.943239-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d84d028b-90af-463f-8708-06e2d2715342/?format=api"
        },
        {
            "id": "04cf966b-341f-425c-8795-5dff1875a6c1",
            "gambit_id": "b4d1faeb-da43-4b83-a49d-280cc28e8db7",
            "last_updated": "2022-12-12T19:02:22.942015-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d84d028b-90af-463f-8708-06e2d2715342/?format=api"
        }
    ]
}