GET /api/bet_types/2fd96441-9e35-4584-89f9-61c65980faf6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2fd96441-9e35-4584-89f9-61c65980faf6",
    "match": "https://api-prod.gambitprofit.com/api/matches/761f333c-8976-4002-8c3c-4bd40dfe627c/?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",
                "amount": 5000.0
            },
            {
                "team": "Michigan State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "52d01f0f-4cc1-4e0e-b24c-9728ee54fd6d",
            "gambit_id": "ee9c7100-d07c-4d65-9162-0014a2dee858",
            "last_updated": "2022-09-18T09:52:20.126498-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fd96441-9e35-4584-89f9-61c65980faf6/?format=api"
        },
        {
            "id": "fc119e0d-6c67-495a-8e97-f80ebd6e2abc",
            "gambit_id": "1b1e92d5-d0d5-4735-84ff-67d836cdf7ab",
            "last_updated": "2022-09-18T09:52:20.127466-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fd96441-9e35-4584-89f9-61c65980faf6/?format=api"
        }
    ]
}