GET /api/bet_types/2d1f2ece-0ccf-4b6c-8045-70b6cf71a989/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d1f2ece-0ccf-4b6c-8045-70b6cf71a989",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0651bee-4851-4060-a76d-52adf86fba76/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-12T09:23:02.784697-04: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": "HOU (J Verlander)",
                "amount": 7280.0
            },
            {
                "team": "OAK (J Sears)",
                "amount": 2720.0
            }
        ],
        "expected_reward_tokens": 9464.0,
        "profit_sb": -36.0,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ee03501-c381-4965-9f50-531311d41ebd",
            "gambit_id": "23eb4880-7993-448f-8b49-3e09c75cdeab",
            "last_updated": "2023-09-15T16:23:16.361082-04:00",
            "created_at": "2023-09-12T09:23:02.794068-04:00",
            "name": "HOU (J Verlander)",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d1f2ece-0ccf-4b6c-8045-70b6cf71a989/?format=api"
        },
        {
            "id": "3edd413b-d3cf-43e4-a13b-2cb7bbacd5b7",
            "gambit_id": "9a29846a-465e-4d94-a6b6-bec5668b44e4",
            "last_updated": "2023-09-15T16:23:16.357211-04:00",
            "created_at": "2023-09-12T09:23:02.789321-04:00",
            "name": "OAK (J Sears)",
            "reward": "3.48000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d1f2ece-0ccf-4b6c-8045-70b6cf71a989/?format=api"
        }
    ]
}