GET /api/bet_types/e159c0cb-49af-4503-9e4d-68a9796d7da7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e159c0cb-49af-4503-9e4d-68a9796d7da7",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd705437-c812-4c20-8153-dc18e64d1f3c/?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": "Syracuse",
                "amount": 5000.0
            },
            {
                "team": "Florida State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a200520b-77ba-4ede-a6ea-50b468d6e818",
            "gambit_id": "cc9bdc58-db4b-45d9-b492-507ac44922f1",
            "last_updated": "2022-11-14T09:29:06.515164-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e159c0cb-49af-4503-9e4d-68a9796d7da7/?format=api"
        },
        {
            "id": "3aca67f0-9562-40c8-82b4-597d4f1ef649",
            "gambit_id": "20ba214f-d0a7-425c-9d34-075a6f0cd039",
            "last_updated": "2022-11-14T09:29:06.516127-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e159c0cb-49af-4503-9e4d-68a9796d7da7/?format=api"
        }
    ]
}