GET /api/bet_types/e590b094-3ff2-40d7-9232-ad9523833c8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e590b094-3ff2-40d7-9232-ad9523833c8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d619c973-7147-48c3-89ef-5ceed519bc94/?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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3e94c49-ac3a-4625-90da-4ef9ba7f9878",
            "gambit_id": "a5b4dcd3-0225-4a94-8c27-fec172dfdb3e",
            "last_updated": "2022-10-26T09:37:07.615878-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e590b094-3ff2-40d7-9232-ad9523833c8b/?format=api"
        },
        {
            "id": "86f0c208-65ad-4d0a-9c92-edd3569fdb9f",
            "gambit_id": "7268a201-ad52-4114-8fc2-f522cf16f496",
            "last_updated": "2022-10-26T09:37:07.616908-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e590b094-3ff2-40d7-9232-ad9523833c8b/?format=api"
        }
    ]
}