GET /api/bet_types/37f111eb-524d-49dd-ba4b-3ed7fc79c7d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37f111eb-524d-49dd-ba4b-3ed7fc79c7d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/7938df27-ff71-40bf-90df-a435ea78618e/?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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "38fa093b-ae58-4825-b744-a2064d7d8913",
            "gambit_id": "6ef9b91f-1a70-472f-8693-baf8939e4715",
            "last_updated": "2022-10-24T12:01:58.084877-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37f111eb-524d-49dd-ba4b-3ed7fc79c7d2/?format=api"
        },
        {
            "id": "2147b028-8f64-4296-8f1d-2ecace652aa1",
            "gambit_id": "4c85fc50-47a1-441f-84cc-52dcc5dfad63",
            "last_updated": "2022-10-24T12:01:58.086039-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37f111eb-524d-49dd-ba4b-3ed7fc79c7d2/?format=api"
        }
    ]
}