GET /api/bet_types/8d7db22e-b652-4d58-8c74-7d2e99442b9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d7db22e-b652-4d58-8c74-7d2e99442b9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/56ce5d78-0fc7-4f2f-95ba-3b8466d5a246/?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": "Memphis",
                "amount": 5000.0
            },
            {
                "team": "SMU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f48f0bb0-5cf7-4cf7-b9ee-d174dc26315b",
            "gambit_id": "2e08e65d-0c7e-4e27-abd8-5d66ba3ddc57",
            "last_updated": "2022-11-28T10:02:11.736835-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d7db22e-b652-4d58-8c74-7d2e99442b9f/?format=api"
        },
        {
            "id": "6683159a-9e02-4acc-ae93-01e50d2631a1",
            "gambit_id": "70677eb1-3f92-485b-9868-1eebf38aff6f",
            "last_updated": "2022-11-28T10:02:11.735226-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d7db22e-b652-4d58-8c74-7d2e99442b9f/?format=api"
        }
    ]
}