GET /api/bet_types/5e5a4902-6965-46b9-8afc-6084e6f98e0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e5a4902-6965-46b9-8afc-6084e6f98e0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/754812ae-1f93-4aab-bc27-b5f850bf8c5f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-26T13:37:01.246250-04: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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ddb6c58e-fc1f-4842-8d7e-9ff26256d9cc",
            "gambit_id": "9b700ad4-9e12-4069-b8aa-00d572b333cd",
            "last_updated": "2023-03-27T11:32:24.276248-04:00",
            "created_at": "2023-03-26T13:37:01.249727-04:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e5a4902-6965-46b9-8afc-6084e6f98e0e/?format=api"
        },
        {
            "id": "3bae75cc-04b9-4f74-87fa-0ec2243ef583",
            "gambit_id": "a7bb552f-b74b-40f8-9974-aa6c689b55b8",
            "last_updated": "2023-03-27T11:32:24.274051-04:00",
            "created_at": "2023-03-26T13:37:01.247949-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e5a4902-6965-46b9-8afc-6084e6f98e0e/?format=api"
        }
    ]
}