GET /api/bet_types/7d289a03-6bef-4478-8df4-9b591e0978ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d289a03-6bef-4478-8df4-9b591e0978ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ffadef3-265e-4734-adbe-43c5bda65591/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Sodiq Yusuff",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 14.74,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Sodiq Yusuff",
                "amount": 8533.0
            },
            {
                "team": "Don Shainis",
                "amount": 1467.0
            }
        ],
        "expected_reward_tokens": 9300.78,
        "profit_sb": -199.22,
        "profit_sb_percentage": -2.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "2cb5bb7a-0042-48f1-a7e0-fd47fd7dd6d7",
            "gambit_id": "f235943b-ffcf-4caf-96ff-c41224f8e3ce",
            "last_updated": "2022-10-03T15:46:57.780846-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sodiq Yusuff",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d289a03-6bef-4478-8df4-9b591e0978ce/?format=api"
        },
        {
            "id": "d291b5c4-5c29-4307-8c8b-c9f8fec3d53e",
            "gambit_id": "9453e856-75cc-417b-815a-789cba14903c",
            "last_updated": "2022-10-03T15:46:57.781848-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Don Shainis",
            "reward": "6.34000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d289a03-6bef-4478-8df4-9b591e0978ce/?format=api"
        }
    ]
}