GET /api/bet_types/f013764a-b12c-42c5-ba16-b0ef15c12f9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f013764a-b12c-42c5-ba16-b0ef15c12f9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a847b99a-902c-4caf-a46d-0ec4e5d75054/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Wake Forest",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 12.63,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Wake Forest",
                "amount": 8856.0
            },
            {
                "team": "Boston College",
                "amount": 1144.0
            }
        ],
        "expected_reward_tokens": 9472.32,
        "profit_sb": -27.68,
        "profit_sb_percentage": -0.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "05401263-395b-482c-b306-39bf878226f5",
            "gambit_id": "f217e8a1-fece-4b87-ac3f-dbd0daac7f6a",
            "last_updated": "2022-10-23T12:57:23.365699-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wake Forest",
            "reward": "1.07000",
            "odds": "1.07140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f013764a-b12c-42c5-ba16-b0ef15c12f9c/?format=api"
        },
        {
            "id": "54a1e2cd-9156-47ad-88db-f8d04e9db2ac",
            "gambit_id": "47bdf890-a7fb-4409-a2c1-d7d525169d38",
            "last_updated": "2022-10-23T12:57:23.366700-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "8.28000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f013764a-b12c-42c5-ba16-b0ef15c12f9c/?format=api"
        }
    ]
}