GET /api/bet_types/62231575-fe12-4327-a5bc-f4d2f13adf39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62231575-fe12-4327-a5bc-f4d2f13adf39",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecdd96ec-f003-4a22-854b-5c5f10ccc4ce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-12T10:03:09.576775-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f51c8f1c-113b-4466-b833-33e07cb2f9b0",
            "gambit_id": "1cfca8a8-9f51-4005-9da4-9c381d33894a",
            "last_updated": "2023-12-14T10:38:31.630908-05:00",
            "created_at": "2023-12-12T10:03:09.586867-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62231575-fe12-4327-a5bc-f4d2f13adf39/?format=api"
        },
        {
            "id": "de1f45fa-62e0-4c3a-8a86-e6562bbeb9d0",
            "gambit_id": "d84ba3aa-39ec-483f-877a-eea30ca7a03e",
            "last_updated": "2023-12-14T10:38:31.627568-05:00",
            "created_at": "2023-12-12T10:03:09.582365-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62231575-fe12-4327-a5bc-f4d2f13adf39/?format=api"
        }
    ]
}