GET /api/bet_types/cb85cf7a-95ab-40ba-87d2-4129ab0177bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb85cf7a-95ab-40ba-87d2-4129ab0177bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/60668e51-ff2b-4669-8d14-67f6190ced27/?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 (J Taillon)",
                "amount": 5959.0
            },
            {
                "team": "LAA (M Mayers)",
                "amount": 4041.0
            }
        ],
        "expected_reward_tokens": 9294.3,
        "profit_sb": 294.3,
        "profit_sb_percentage": 3.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "f087fa6e-b0a3-41c6-8c5c-6ead6ee592a0",
            "gambit_id": "2e573573-fec3-4fa7-b3ae-d76362200935",
            "last_updated": "2022-08-31T11:42:12.752781-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (J Taillon)",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb85cf7a-95ab-40ba-87d2-4129ab0177bd/?format=api"
        },
        {
            "id": "74789eba-c1b3-4a2b-b967-c1ad10b40160",
            "gambit_id": "63208a04-7ce4-44eb-81db-af2ece9aec75",
            "last_updated": "2022-08-31T11:42:12.752287-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (M Mayers)",
            "reward": "2.30000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb85cf7a-95ab-40ba-87d2-4129ab0177bd/?format=api"
        }
    ]
}