GET /api/bet_types/529a6c22-a110-4cff-9e34-017532334a27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "529a6c22-a110-4cff-9e34-017532334a27",
    "match": "https://api-prod.gambitprofit.com/api/matches/a84f1cf4-c796-43c3-8772-cdecea95a7bd/?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": "Minnesota Timberwolves",
                "amount": 7209.0
            },
            {
                "team": "Orlando Magic",
                "amount": 2791.0
            }
        ],
        "expected_reward_tokens": 9154.48,
        "profit_sb": 154.48,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "1f5fde4f-0dbc-4b76-9b4a-dc913336296e",
            "gambit_id": "cfc5431c-1f4d-45e5-bd62-f510236e0931",
            "last_updated": "2022-11-17T09:32:20.620390-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/529a6c22-a110-4cff-9e34-017532334a27/?format=api"
        },
        {
            "id": "9aacfb32-3554-46ef-9110-7327bb60ead3",
            "gambit_id": "bc8fe4cc-dd43-4de6-bc35-f29f0afd8396",
            "last_updated": "2022-11-17T09:32:20.619384-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "3.28000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/529a6c22-a110-4cff-9e34-017532334a27/?format=api"
        }
    ]
}