GET /api/bet_types/c6b6e9f5-8dbc-47aa-b9a3-b27ab9591f45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6b6e9f5-8dbc-47aa-b9a3-b27ab9591f45",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcc9d7fc-a27d-49e9-9c88-c6777dedb1eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-17T09:27:13.778420-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": "Los Angeles Clippers",
                "amount": 5328.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4672.0
            }
        ],
        "expected_reward_tokens": 9483.84,
        "profit_sb": -16.16,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f997674-5796-49f2-95c0-f0593ea96dc9",
            "gambit_id": "aa7af130-8821-4776-a848-32ec029df964",
            "last_updated": "2023-01-18T09:26:57.138570-05:00",
            "created_at": "2023-01-17T09:27:13.779550-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6b6e9f5-8dbc-47aa-b9a3-b27ab9591f45/?format=api"
        },
        {
            "id": "8c1bd4f0-1e9c-438e-b222-46929dcda52e",
            "gambit_id": "3ef6f787-ed3c-4b08-a8ba-631b9467d532",
            "last_updated": "2023-01-18T09:26:57.139678-05:00",
            "created_at": "2023-01-17T09:27:13.780759-05:00",
            "name": "Philadelphia 76ers",
            "reward": "2.03000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6b6e9f5-8dbc-47aa-b9a3-b27ab9591f45/?format=api"
        }
    ]
}