GET /api/bet_types/4386da1d-3ceb-486f-a1cc-02b130556c51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4386da1d-3ceb-486f-a1cc-02b130556c51",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6d7f1d7-2122-4ba7-aba5-f3b7a74d338f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-19T08:08:07.868070-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 (H Brown)",
                "amount": 5234.0
            },
            {
                "team": "NYM (M Scherzer)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1b3cb24-7f2c-4f6e-873e-839e7fc27eef",
            "gambit_id": "dd343124-8688-4635-be37-210b628c922c",
            "last_updated": "2023-06-20T10:13:21.933585-04:00",
            "created_at": "2023-06-19T08:08:07.872075-04:00",
            "name": "HOU (H Brown)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4386da1d-3ceb-486f-a1cc-02b130556c51/?format=api"
        },
        {
            "id": "94372789-b23e-432a-9515-39dc3fd967ed",
            "gambit_id": "b0ed68f8-ea0c-4226-8029-fecb9ab8b025",
            "last_updated": "2023-06-20T10:13:21.931661-04:00",
            "created_at": "2023-06-19T08:08:07.869985-04:00",
            "name": "NYM (M Scherzer)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4386da1d-3ceb-486f-a1cc-02b130556c51/?format=api"
        }
    ]
}