GET /api/bet_types/7f78e1cc-5c72-4b14-9caa-e24618fd9424/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f78e1cc-5c72-4b14-9caa-e24618fd9424",
    "match": "https://api-prod.gambitprofit.com/api/matches/e23fba17-c5ff-4c36-bb25-5e8968898b94/?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": "Milwaukee Bucks",
                "amount": 6114.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "e851d4a9-5554-46f4-aeca-9b6fd8666cd9",
            "gambit_id": "becd306f-80b4-40ea-9296-bc7a03614559",
            "last_updated": "2022-11-15T11:02:06.174469-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f78e1cc-5c72-4b14-9caa-e24618fd9424/?format=api"
        },
        {
            "id": "155395ac-cca8-45f3-8e6b-23331179208a",
            "gambit_id": "17fc452c-5a7c-437f-bee0-1006e7cd6602",
            "last_updated": "2022-11-15T11:02:06.175580-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f78e1cc-5c72-4b14-9caa-e24618fd9424/?format=api"
        }
    ]
}