GET /api/bet_types/b54425ab-d0a7-49b8-b07e-be9d567172d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b54425ab-d0a7-49b8-b07e-be9d567172d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/24130721-30df-4bb9-8cec-af506de874ba/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-12T09:48:14.762618-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": "Nashville Predators",
                "amount": 5857.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "30bc17d9-c5f1-4bf6-9a88-c6343ec9f895",
            "gambit_id": "4912a03d-9a0c-4c68-8986-370941f92697",
            "last_updated": "2024-01-15T10:13:23.841058-05:00",
            "created_at": "2024-01-12T09:48:14.766123-05:00",
            "name": "Nashville Predators",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b54425ab-d0a7-49b8-b07e-be9d567172d8/?format=api"
        },
        {
            "id": "54991114-a642-4733-b08c-65c76721e138",
            "gambit_id": "061d1c1b-f91c-4306-8743-672bc48af556",
            "last_updated": "2024-01-15T10:13:23.846043-05:00",
            "created_at": "2024-01-12T09:48:14.771338-05:00",
            "name": "Dallas Stars",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b54425ab-d0a7-49b8-b07e-be9d567172d8/?format=api"
        }
    ]
}