GET /api/bet_types/f966d743-1e90-44d1-b04a-968068a0d6f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f966d743-1e90-44d1-b04a-968068a0d6f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/af94ce99-4a9f-4e6d-8671-e2cee14434dd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:05.222018-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1c36c9d-e823-437b-8936-9f6ec39e5869",
            "gambit_id": "49d9a0ae-6a72-4ea4-94e0-9f4b274873a0",
            "last_updated": "2023-01-20T10:27:08.724418-05:00",
            "created_at": "2023-01-19T09:22:05.223186-05:00",
            "name": "Detroit Pistons",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f966d743-1e90-44d1-b04a-968068a0d6f7/?format=api"
        },
        {
            "id": "5611de4d-0c05-4dce-aaba-90cc74d6b070",
            "gambit_id": "e539f985-faaf-4f9e-be51-3d70aa9f3a69",
            "last_updated": "2023-01-20T10:27:08.725550-05:00",
            "created_at": "2023-01-19T09:22:05.224413-05:00",
            "name": "Chicago Bulls",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f966d743-1e90-44d1-b04a-968068a0d6f7/?format=api"
        }
    ]
}