GET /api/bet_types/0f573255-9917-497e-af16-ec2dcda39835/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f573255-9917-497e-af16-ec2dcda39835",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ffb98f2-3408-4252-89c4-d40e87fb4165/?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": "Kentucky",
                "amount": 6047.0
            },
            {
                "team": "Louisville",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "af63a4fa-731e-4440-bb4f-ff471e58a50a",
            "gambit_id": "16dad996-3f57-4ae2-a461-045f25fe1c1e",
            "last_updated": "2022-11-28T10:02:10.203424-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f573255-9917-497e-af16-ec2dcda39835/?format=api"
        },
        {
            "id": "c2d56b0b-2599-4e2a-b7a9-80e4420fafd4",
            "gambit_id": "b8659fb1-51f6-4b43-8acc-805382967bf3",
            "last_updated": "2022-11-28T10:02:10.204950-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f573255-9917-497e-af16-ec2dcda39835/?format=api"
        }
    ]
}