GET /api/bet_types/fb6ac2b0-bde1-452b-8268-c851eb25b4ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb6ac2b0-bde1-452b-8268-c851eb25b4ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc02cb28-4f72-4628-ae1c-d6118599f105/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:11.871181-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": "Miami Heat",
                "amount": 5107.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "20091f28-ea12-4362-be79-7bd5e1c104af",
            "gambit_id": "c5cf0eee-8282-437d-82b4-7a136d829169",
            "last_updated": "2023-12-18T10:38:05.030575-05:00",
            "created_at": "2023-12-16T09:23:11.879435-05:00",
            "name": "Miami Heat",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb6ac2b0-bde1-452b-8268-c851eb25b4ff/?format=api"
        },
        {
            "id": "e6217d9b-ae82-4023-a2c9-da2f655f26ec",
            "gambit_id": "49d00724-d1bc-4643-9a35-dad7cfeba47c",
            "last_updated": "2023-12-18T10:38:05.027521-05:00",
            "created_at": "2023-12-16T09:23:11.875420-05:00",
            "name": "Chicago Bulls",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb6ac2b0-bde1-452b-8268-c851eb25b4ff/?format=api"
        }
    ]
}