GET /api/bet_types/89e96037-db31-4e4a-8e44-f479f4df4540/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89e96037-db31-4e4a-8e44-f479f4df4540",
    "match": "https://api-prod.gambitprofit.com/api/matches/42a5b194-05d3-4184-80e1-8c4f9a196d2d/?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": 6170.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "f86ce980-7914-43ca-8209-c26dd9650948",
            "gambit_id": "8c849dcc-e61b-4f0b-9061-45f08119eb13",
            "last_updated": "2022-12-17T19:47:22.223749-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89e96037-db31-4e4a-8e44-f479f4df4540/?format=api"
        },
        {
            "id": "f77d87bd-4517-48eb-a8d6-0153a2bff4af",
            "gambit_id": "b1b2cdd7-1c36-481e-b57d-a6d2c9f85f31",
            "last_updated": "2022-12-17T19:47:22.222660-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89e96037-db31-4e4a-8e44-f479f4df4540/?format=api"
        }
    ]
}