GET /api/bet_types/06a75dd9-71b5-4724-8daf-caff6294474e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06a75dd9-71b5-4724-8daf-caff6294474e",
    "match": "https://api-prod.gambitprofit.com/api/matches/64c1fdcf-1483-426e-b06b-27e22c0eeca1/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Paddy Pimblett",
                "amount": 6633.0
            },
            {
                "team": "Jared Gordon",
                "amount": 3367.0
            }
        ],
        "expected_reward_tokens": 8954.55,
        "profit_sb": -45.45,
        "profit_sb_percentage": -0.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "9bd79ccf-4996-447e-8a4e-a4592000792d",
            "gambit_id": "92ae89fe-de14-4330-8c11-99d1036b8e03",
            "last_updated": "2022-12-12T09:57:04.683262-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Paddy Pimblett",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06a75dd9-71b5-4724-8daf-caff6294474e/?format=api"
        },
        {
            "id": "504e9bb3-1237-4254-b329-d6c20c15a869",
            "gambit_id": "618c0fd6-6a62-4a24-973d-1a4853ee86d3",
            "last_updated": "2022-12-12T09:57:04.682186-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jared Gordon",
            "reward": "2.66000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06a75dd9-71b5-4724-8daf-caff6294474e/?format=api"
        }
    ]
}