GET /api/bet_types/c81666f0-e995-41fe-a212-a3e17505ea4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c81666f0-e995-41fe-a212-a3e17505ea4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8babb8f7-c26b-4a7b-9aa0-e7ae850c5d6b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-21T09:33:14.455117-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": 8480.0
            },
            {
                "team": "Washington Wizards",
                "amount": 1520.0
            }
        ],
        "expected_reward_tokens": 9497.6,
        "profit_sb": -2.4,
        "profit_sb_percentage": -0.03,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d430be7-8e38-40d2-8dc4-9d6358f6a5a5",
            "gambit_id": "4bf7953b-8b73-46f3-88ee-dd8c24b47aac",
            "last_updated": "2024-01-23T18:48:27.153058-05:00",
            "created_at": "2024-01-21T09:33:14.458715-05:00",
            "name": "Denver Nuggets",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c81666f0-e995-41fe-a212-a3e17505ea4a/?format=api"
        },
        {
            "id": "2cc9ad31-425f-40b2-a1b9-cba8674a754d",
            "gambit_id": "883a8b54-833d-4bee-82a6-21756d16f217",
            "last_updated": "2024-01-23T18:48:27.156221-05:00",
            "created_at": "2024-01-21T09:33:14.462338-05:00",
            "name": "Washington Wizards",
            "reward": "6.25000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c81666f0-e995-41fe-a212-a3e17505ea4a/?format=api"
        }
    ]
}