GET /api/bet_types/c8b1e865-43e8-45df-9873-3a7acd6ec6b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8b1e865-43e8-45df-9873-3a7acd6ec6b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb8d5be8-a01d-48dd-8fd6-77539caa1861/?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": "Western Michigan",
                "amount": 5000.0
            },
            {
                "team": "Eastern Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "02c11e31-a28a-4149-8ca1-d3888d7cd95b",
            "gambit_id": "25bdaeea-523f-4678-8f4c-cbd1cd8ea792",
            "last_updated": "2022-10-11T10:52:30.044439-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Michigan",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8b1e865-43e8-45df-9873-3a7acd6ec6b7/?format=api"
        },
        {
            "id": "6eb98956-a799-4e7d-b01a-d177abf9ec9f",
            "gambit_id": "1b22a61e-33cd-47fd-a568-3102cc965465",
            "last_updated": "2022-10-11T10:52:30.045567-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eastern Michigan",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8b1e865-43e8-45df-9873-3a7acd6ec6b7/?format=api"
        }
    ]
}