GET /api/bet_types/2871e729-3947-4c68-887a-f0fac3bf961b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2871e729-3947-4c68-887a-f0fac3bf961b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c670174d-dd3c-4d81-94b3-0f5d1764c775/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-16T17:37:19.736597-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Purdue",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 700.0,
        "profit_sb_percentage": 7.37,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Purdue",
                "amount": 9340.0
            },
            {
                "team": "Fairleigh Dickinson",
                "amount": 660.0
            }
        ],
        "expected_reward_tokens": 9526.8,
        "profit_sb": 26.8,
        "profit_sb_percentage": 0.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "fced6a74-f552-4d9f-87f4-2fa968dc7bc7",
            "gambit_id": "d2479f49-0013-40eb-87e8-635df835d7e7",
            "last_updated": "2023-03-18T11:42:11.656787-04:00",
            "created_at": "2023-03-16T17:37:19.738032-04:00",
            "name": "Purdue",
            "reward": "1.02000",
            "odds": "1.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2871e729-3947-4c68-887a-f0fac3bf961b/?format=api"
        },
        {
            "id": "a8cd8f72-2dcf-4b64-852e-05b1476143ed",
            "gambit_id": "e0518968-2256-4fc4-899a-7d6d0a5aef51",
            "last_updated": "2023-03-18T11:42:11.658135-04:00",
            "created_at": "2023-03-16T17:37:19.739586-04:00",
            "name": "Fairleigh Dickinson",
            "reward": "14.44000",
            "odds": "15.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2871e729-3947-4c68-887a-f0fac3bf961b/?format=api"
        }
    ]
}