GET /api/bet_types/d273b1de-9385-4297-8a23-e1493fb29791/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d273b1de-9385-4297-8a23-e1493fb29791",
    "match": "https://api-prod.gambitprofit.com/api/matches/5aad486a-eb10-44e1-a880-2fb157f3a57c/?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": "New York Yankees",
                "amount": 6682.0
            },
            {
                "team": "Tampa Bay Rays",
                "amount": 3318.0
            }
        ],
        "expected_reward_tokens": 9354.8,
        "profit_sb": 354.8,
        "profit_sb_percentage": 3.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "3f8a0615-8f5f-45b0-9d5e-99556db33896",
            "gambit_id": "cfb09d60-daa4-4cc1-af98-3d7c5920afd0",
            "last_updated": "2022-08-16T14:02:08.388713-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Yankees",
            "reward": "1.40000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d273b1de-9385-4297-8a23-e1493fb29791/?format=api"
        },
        {
            "id": "285eecc5-fe86-485b-9da8-661e086fef92",
            "gambit_id": "1f5d2bd1-0a99-44f2-8440-840c4c50f2e6",
            "last_updated": "2022-08-16T14:02:08.389164-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Rays",
            "reward": "2.82000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d273b1de-9385-4297-8a23-e1493fb29791/?format=api"
        }
    ]
}