GET /api/bet_types/59ac2808-9e77-4573-8b38-9082dd91cb3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59ac2808-9e77-4573-8b38-9082dd91cb3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b50b8727-7465-4e19-b3d4-7feabb6da11b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "North Carolina",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1500.0,
        "profit_sb_percentage": 16.67,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "North Carolina",
                "amount": 8872.0
            },
            {
                "team": "Georgia Tech",
                "amount": 1128.0
            }
        ],
        "expected_reward_tokens": 9315.6,
        "profit_sb": 315.6,
        "profit_sb_percentage": 3.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1a64910-cfe7-48fd-90da-f7f5615ef00e",
            "gambit_id": "36b69e7d-b963-4fe8-a281-3e1f473e7ca0",
            "last_updated": "2022-11-21T09:58:03.437083-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "1.05000",
            "odds": "1.05880",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59ac2808-9e77-4573-8b38-9082dd91cb3c/?format=api"
        },
        {
            "id": "a7b8d7b4-f6bc-42ad-b0e2-5c8f7d49dadf",
            "gambit_id": "31d897ba-0711-4cff-abdb-dae5d8c9254d",
            "last_updated": "2022-11-21T09:58:03.438245-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "8.26000",
            "odds": "9.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59ac2808-9e77-4573-8b38-9082dd91cb3c/?format=api"
        }
    ]
}