GET /api/bet_types/9699a605-e666-4bee-aaca-4dfc0d336850/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9699a605-e666-4bee-aaca-4dfc0d336850",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d9837cc-f017-4170-94eb-5203d66d27d1/?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": "Wake Forest",
                "amount": 5824.0
            },
            {
                "team": "NC State",
                "amount": 4176.0
            }
        ],
        "expected_reward_tokens": 9143.68,
        "profit_sb": 143.68,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b36d252-8d6a-46f9-9d16-96f36f7b08fd",
            "gambit_id": "a7aace85-23ae-42f0-adb6-c0291e2b3cff",
            "last_updated": "2022-11-06T16:17:46.640144-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wake Forest",
            "reward": "1.57000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9699a605-e666-4bee-aaca-4dfc0d336850/?format=api"
        },
        {
            "id": "e39ea71c-15ab-4974-b5d1-29f3de7c5ec2",
            "gambit_id": "68004121-086c-44ba-9a92-a4cebfdcc36e",
            "last_updated": "2022-11-06T16:17:46.639036-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "2.19000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9699a605-e666-4bee-aaca-4dfc0d336850/?format=api"
        }
    ]
}