GET /api/bet_types/196b48ec-fcb7-450e-8b80-9763640da896/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "196b48ec-fcb7-450e-8b80-9763640da896",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd692f43-91fb-44b4-b168-37cd0f4bee45/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Michigan",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 900.0,
        "profit_sb_percentage": 9.47,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Michigan",
                "amount": 9114.0
            },
            {
                "team": "Michigan State",
                "amount": 886.0
            }
        ],
        "expected_reward_tokens": 9478.56,
        "profit_sb": -21.44,
        "profit_sb_percentage": -0.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9b224f6-efa9-4b49-a088-7013e07e1c15",
            "gambit_id": "9e64c4c5-f274-4f2f-91d9-c284a120b318",
            "last_updated": "2022-10-31T10:17:30.745843-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/196b48ec-fcb7-450e-8b80-9763640da896/?format=api"
        },
        {
            "id": "662d3071-8aa3-4516-a575-e8ab42bcf9a3",
            "gambit_id": "50b1a2d2-d518-4b52-8221-e3cea1067aab",
            "last_updated": "2022-10-31T10:17:30.746786-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "10.70000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/196b48ec-fcb7-450e-8b80-9763640da896/?format=api"
        }
    ]
}