GET /api/bet_types/cfb5360e-b766-48c6-b33f-52c119862054/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfb5360e-b766-48c6-b33f-52c119862054",
    "match": "https://api-prod.gambitprofit.com/api/matches/f31127b8-7b8e-4c20-876e-4e6eb86e6885/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-17T09:23:17.808826-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e55fa3e-f7f9-4d49-acf2-13edac77decb",
            "gambit_id": "ef8f27bf-65c1-464f-a700-19098656977d",
            "last_updated": "2023-11-18T17:58:24.220012-05:00",
            "created_at": "2023-11-17T09:23:17.813948-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfb5360e-b766-48c6-b33f-52c119862054/?format=api"
        },
        {
            "id": "891b86de-2a06-4914-88e1-7e80491e2edd",
            "gambit_id": "33cbec8e-4f28-4948-8c13-e4521c9579a4",
            "last_updated": "2023-11-18T17:58:24.225684-05:00",
            "created_at": "2023-11-17T09:23:17.820759-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfb5360e-b766-48c6-b33f-52c119862054/?format=api"
        }
    ]
}