GET /api/bet_types/fdc40c87-2cbe-483b-9af9-2fadc35eb777/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fdc40c87-2cbe-483b-9af9-2fadc35eb777",
    "match": "https://api-prod.gambitprofit.com/api/matches/92f10843-7127-4071-8e15-f1d7dadff40f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-15T08:23:09.244419-04: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": "CLE",
                "amount": 6241.0
            },
            {
                "team": "SDG",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "2c369d79-2f4a-4ff2-8fdf-a88a06f9022b",
            "gambit_id": "871caa7f-6ded-4d25-a83d-2e90d00a5beb",
            "last_updated": "2023-06-16T09:58:05.286808-04:00",
            "created_at": "2023-06-15T08:23:09.248918-04:00",
            "name": "CLE",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdc40c87-2cbe-483b-9af9-2fadc35eb777/?format=api"
        },
        {
            "id": "4d869c7b-3d78-4db6-af6b-f46c250cd61f",
            "gambit_id": "2d48796f-ed88-402f-898c-a5720cc2a557",
            "last_updated": "2023-06-16T09:58:05.288521-04:00",
            "created_at": "2023-06-15T08:23:09.251807-04:00",
            "name": "SDG",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdc40c87-2cbe-483b-9af9-2fadc35eb777/?format=api"
        }
    ]
}