GET /api/bet_types/8e0be209-ca87-48f9-8c37-fb5b44ee6cb8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e0be209-ca87-48f9-8c37-fb5b44ee6cb8",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0af9ee2-7c2e-40c9-85d5-8304578120ad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-31T00:17:10.614372-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": "Georgia",
                "amount": 6862.0
            },
            {
                "team": "Ohio State",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9194.34,
        "profit_sb": 194.34,
        "profit_sb_percentage": 2.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "f9448bd6-dc74-461b-b817-2786a2fc4bca",
            "gambit_id": "6550f9a8-effb-4ac1-ae53-b26fb62f04ed",
            "last_updated": "2023-01-01T10:27:15.394887-05:00",
            "created_at": "2022-12-31T00:17:10.615453-05:00",
            "name": "Georgia",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e0be209-ca87-48f9-8c37-fb5b44ee6cb8/?format=api"
        },
        {
            "id": "8ee65acd-c01e-4145-bcd2-225a5f4b0d17",
            "gambit_id": "54f41da7-7696-4a66-8ce3-5acd8904670c",
            "last_updated": "2023-01-01T10:27:15.396097-05:00",
            "created_at": "2022-12-31T00:17:10.616597-05:00",
            "name": "Ohio State",
            "reward": "2.93000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e0be209-ca87-48f9-8c37-fb5b44ee6cb8/?format=api"
        }
    ]
}