GET /api/bet_types/dd6b518a-c9c2-4c81-a81b-92747b897de7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd6b518a-c9c2-4c81-a81b-92747b897de7",
    "match": "https://api-prod.gambitprofit.com/api/matches/c713e065-7afc-4ded-9b7a-f8e4448f79fb/?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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "af8b846b-7adb-466b-b3af-f5362c5d0cdd",
            "gambit_id": "d04f2c29-6c33-4669-87a7-c9eb3091936d",
            "last_updated": "2022-11-29T09:57:07.501310-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd6b518a-c9c2-4c81-a81b-92747b897de7/?format=api"
        },
        {
            "id": "e66de583-d18c-4f92-9e83-809bd8ea25f1",
            "gambit_id": "2d800af8-0d66-4578-8be3-858c61a23df5",
            "last_updated": "2022-11-29T09:57:07.502262-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd6b518a-c9c2-4c81-a81b-92747b897de7/?format=api"
        }
    ]
}