GET /api/bet_types/d2228cf1-a32d-43f5-bd3c-dc8552aa1354/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2228cf1-a32d-43f5-bd3c-dc8552aa1354",
    "match": "https://api-prod.gambitprofit.com/api/matches/d671a288-a840-4dac-978b-97b3f03b3f00/?format=api",
    "name": "Play the Odds",
    "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": "Baylor",
                "amount": 5106.0
            },
            {
                "team": "West Virginia",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d0dfbb9-eef1-4c1e-9000-be71ef90c204",
            "gambit_id": "16e265d6-5ce0-4022-ae45-91eb8c397f73",
            "last_updated": "2022-10-14T09:42:01.621102-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baylor",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2228cf1-a32d-43f5-bd3c-dc8552aa1354/?format=api"
        },
        {
            "id": "d3d78ee0-a4f0-43e3-80d2-3d15ecfb5c43",
            "gambit_id": "5b9493b3-a4b5-4f3e-a5db-aa20508650ec",
            "last_updated": "2022-10-14T09:42:01.620146-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Virginia",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2228cf1-a32d-43f5-bd3c-dc8552aa1354/?format=api"
        }
    ]
}