GET /api/bet_types/6cac0388-e543-475f-8803-9a013bdf5287/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cac0388-e543-475f-8803-9a013bdf5287",
    "match": "https://api-prod.gambitprofit.com/api/matches/325ca83a-6e2b-4b14-93f7-ef8b853ff78f/?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": "Penn State",
                "amount": 5000.0
            },
            {
                "team": "Ohio State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "964b10b0-9759-4348-af1d-8cc5c443c6a7",
            "gambit_id": "0c0ad9a4-3c67-4d76-a3c2-03c616a661cb",
            "last_updated": "2022-10-31T10:47:29.727979-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Penn State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cac0388-e543-475f-8803-9a013bdf5287/?format=api"
        },
        {
            "id": "437bd956-5b3d-4445-a73d-b03570465fd9",
            "gambit_id": "4cc2eee9-f5be-49f1-ad44-412266fbd70c",
            "last_updated": "2022-10-31T10:47:29.724360-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cac0388-e543-475f-8803-9a013bdf5287/?format=api"
        }
    ]
}