GET /api/bet_types/ce887da1-da90-4f5b-a4ec-b65f1f9b157b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce887da1-da90-4f5b-a4ec-b65f1f9b157b",
    "match": "https://api-prod.gambitprofit.com/api/matches/be538448-4bca-4c83-b93f-33910877b141/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-28T12:37:00.746097-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b1473df3-aa45-486e-81fc-ef9c516bdffa",
            "gambit_id": "5cdfa0d4-e347-4004-be1d-5038a6a4d421",
            "last_updated": "2023-03-01T09:32:03.325502-05:00",
            "created_at": "2023-02-28T12:37:00.747317-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce887da1-da90-4f5b-a4ec-b65f1f9b157b/?format=api"
        },
        {
            "id": "397a4454-868a-4084-bcb8-e8205ed01fe8",
            "gambit_id": "5cf366c5-94e8-46cc-a6ed-662122e796f4",
            "last_updated": "2023-03-01T09:32:03.326645-05:00",
            "created_at": "2023-02-28T12:37:00.748613-05:00",
            "name": "Indiana Pacers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce887da1-da90-4f5b-a4ec-b65f1f9b157b/?format=api"
        }
    ]
}