GET /api/bet_types/345c24c6-0712-4f5c-8856-b3d9c4e4eecd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "345c24c6-0712-4f5c-8856-b3d9c4e4eecd",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fa86967-988d-43bc-bbd2-8bf482aef199/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-25T09:46:54.192560-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": "Washington Wizards",
                "amount": 5521.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ba00011-d8e8-4d92-b207-4e3f71ec90d6",
            "gambit_id": "9b442999-64f1-45f7-ba3f-df16ec3bb37e",
            "last_updated": "2023-01-26T10:57:01.673289-05:00",
            "created_at": "2023-01-25T09:46:54.195110-05:00",
            "name": "Washington Wizards",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/345c24c6-0712-4f5c-8856-b3d9c4e4eecd/?format=api"
        },
        {
            "id": "bbc39d91-22ef-48ee-9a5d-061762177f4d",
            "gambit_id": "55ed7321-87cb-48fc-8f6a-f444f7e14643",
            "last_updated": "2023-01-26T10:57:01.672121-05:00",
            "created_at": "2023-01-25T09:46:54.193845-05:00",
            "name": "Houston Rockets",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/345c24c6-0712-4f5c-8856-b3d9c4e4eecd/?format=api"
        }
    ]
}