GET /api/bet_types/64dc08e9-f8ed-438a-a9ac-4ba960fe20ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64dc08e9-f8ed-438a-a9ac-4ba960fe20ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1b5decc-1da1-41df-afff-187c12cd240c/?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": "STL (M Mikolas)",
                "amount": 6253.0
            },
            {
                "team": "PIT (R Contreras)",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9254.44,
        "profit_sb": 254.44,
        "profit_sb_percentage": 2.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "4dd6a65d-c0a3-42de-9360-f7aab28e2381",
            "gambit_id": "9ff7bf6a-99cd-42c5-93d8-6985f7381dd2",
            "last_updated": "2022-09-10T22:07:26.631530-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (M Mikolas)",
            "reward": "1.48000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64dc08e9-f8ed-438a-a9ac-4ba960fe20ef/?format=api"
        },
        {
            "id": "c809c31f-7009-4ef3-b062-43ff1b2ea91c",
            "gambit_id": "bcf12425-3f03-4a8b-b8e3-27aac64665cf",
            "last_updated": "2022-09-10T22:07:26.630515-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (R Contreras)",
            "reward": "2.47000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64dc08e9-f8ed-438a-a9ac-4ba960fe20ef/?format=api"
        }
    ]
}