GET /api/bet_types/a50f4bbb-5ee1-4ca5-949b-97617c14285e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a50f4bbb-5ee1-4ca5-949b-97617c14285e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0919414a-94b9-4cf5-9767-2e92e09b5b9d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-02T13:12:58.299757-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": "HOU (R Blanco)",
                "amount": 5541.0
            },
            {
                "team": "CLE (T Bibee)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "d9a7b972-226b-4988-98d4-06bb3666c86d",
            "gambit_id": "3b8b81c6-6e15-449e-bd7d-5cca04afc9ef",
            "last_updated": "2023-08-04T09:48:13.581582-04:00",
            "created_at": "2023-08-02T13:12:58.312867-04:00",
            "name": "HOU (R Blanco)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a50f4bbb-5ee1-4ca5-949b-97617c14285e/?format=api"
        },
        {
            "id": "2427ff16-276d-41d1-90af-4119ed15bf0e",
            "gambit_id": "cd37da3d-9349-42c6-b5a4-e396df0ef455",
            "last_updated": "2023-08-04T09:48:13.576778-04:00",
            "created_at": "2023-08-02T13:12:58.307223-04:00",
            "name": "CLE (T Bibee)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a50f4bbb-5ee1-4ca5-949b-97617c14285e/?format=api"
        }
    ]
}