GET /api/bet_types/f2fc8b6a-dbc5-4e2a-9285-a3823d50e773/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2fc8b6a-dbc5-4e2a-9285-a3823d50e773",
    "match": "https://api-prod.gambitprofit.com/api/matches/b29a8194-2341-4ef3-b871-feb559717870/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-21T12:32:08.753130-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": "LAA (S Ohtani)",
                "amount": 7112.0
            },
            {
                "team": "KAN (T Clarke)",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "021fd384-8e70-45c0-9264-791760891ce6",
            "gambit_id": "6553bcf9-5c25-4571-8980-822590d10d95",
            "last_updated": "2023-04-22T13:07:11.433944-04:00",
            "created_at": "2023-04-21T12:32:08.754646-04:00",
            "name": "LAA (S Ohtani)",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2fc8b6a-dbc5-4e2a-9285-a3823d50e773/?format=api"
        },
        {
            "id": "da36af73-50f3-4054-bfbf-6626487824fa",
            "gambit_id": "0bf61b44-168a-4ab1-b9ef-118c1de0219f",
            "last_updated": "2023-04-22T13:07:11.436105-04:00",
            "created_at": "2023-04-21T12:32:08.756312-04:00",
            "name": "KAN (T Clarke)",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2fc8b6a-dbc5-4e2a-9285-a3823d50e773/?format=api"
        }
    ]
}