GET /api/bet_types/cb1defff-545e-462e-bb8e-97425439deee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb1defff-545e-462e-bb8e-97425439deee",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc3bac77-726f-4e8d-8fdf-2c04633a2b39/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "NYY (G Cole)",
                "amount": 6316.0
            },
            {
                "team": "MIN (J Ryan)",
                "amount": 3684.0
            }
        ],
        "expected_reward_tokens": 9283.68,
        "profit_sb": 283.68,
        "profit_sb_percentage": 3.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "235da839-bf63-46af-8f33-73b58d8758d6",
            "gambit_id": "d403698b-d000-427c-b317-98f0e2099b9a",
            "last_updated": "2022-09-08T10:17:17.293270-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (G Cole)",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb1defff-545e-462e-bb8e-97425439deee/?format=api"
        },
        {
            "id": "0630e99a-1918-467d-94cd-db5bf9e3c731",
            "gambit_id": "ee303769-9324-4022-940f-1205ef4ae8ab",
            "last_updated": "2022-09-08T10:17:17.294405-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (J Ryan)",
            "reward": "2.52000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb1defff-545e-462e-bb8e-97425439deee/?format=api"
        }
    ]
}