GET /api/bet_types/9ac7cd4a-50be-454c-9133-0071533a432c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ac7cd4a-50be-454c-9133-0071533a432c",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ed8ff4e-4b21-4820-81d9-e0f7d3578a4f/?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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e95dfd82-adf3-40a8-b9b4-f13a96be6493",
            "gambit_id": "08ec496b-d2bc-4060-8476-0a3785bb8bb3",
            "last_updated": "2022-12-12T09:37:28.293674-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ac7cd4a-50be-454c-9133-0071533a432c/?format=api"
        },
        {
            "id": "e7702cf6-4033-44fc-afb7-649d98c35b10",
            "gambit_id": "37201ffa-0855-42b9-b21c-a9eb89261810",
            "last_updated": "2022-12-12T09:37:28.294801-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ac7cd4a-50be-454c-9133-0071533a432c/?format=api"
        }
    ]
}