GET /api/bet_types/d5db5fdb-8595-42a9-a536-282fa800537a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5db5fdb-8595-42a9-a536-282fa800537a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bf7a6da-b2c0-4fae-9b65-309ba4d07565/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-21T09:21:57.288814-04: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": "Boston Bruins",
                "amount": 7203.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 2797.0
            }
        ],
        "expected_reward_tokens": 9507.96,
        "profit_sb": 7.96,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "16001bdc-6349-48f0-951e-23ffa27b8fee",
            "gambit_id": "621b5602-0721-453b-bbc3-eb1bc9f2010a",
            "last_updated": "2023-03-22T16:57:04.921504-04:00",
            "created_at": "2023-03-21T09:21:57.291152-04:00",
            "name": "Boston Bruins",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5db5fdb-8595-42a9-a536-282fa800537a/?format=api"
        },
        {
            "id": "046c9fda-00ae-4124-b772-55767f7e249d",
            "gambit_id": "1778ba6d-0198-4dce-acb9-739522d321eb",
            "last_updated": "2023-03-22T16:57:04.924205-04:00",
            "created_at": "2023-03-21T09:21:57.293140-04:00",
            "name": "Ottawa Senators",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5db5fdb-8595-42a9-a536-282fa800537a/?format=api"
        }
    ]
}