GET /api/bet_types/622f61d2-99fd-45f9-8991-cb21e97d918f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "622f61d2-99fd-45f9-8991-cb21e97d918f",
    "match": "https://api-prod.gambitprofit.com/api/matches/65758c60-065a-4f86-bfbb-a329428799bf/?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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "977dbfc7-50b9-4fd5-843f-781f8bfcfee5",
            "gambit_id": "d42c62a0-de1b-439d-a05a-6bab937a7714",
            "last_updated": "2022-10-20T09:36:59.675219-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/622f61d2-99fd-45f9-8991-cb21e97d918f/?format=api"
        },
        {
            "id": "8d0c7808-0824-4c38-8b02-8e523cb74439",
            "gambit_id": "707a35d9-87a3-497e-ae91-d993f1939289",
            "last_updated": "2022-10-20T09:36:59.676142-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/622f61d2-99fd-45f9-8991-cb21e97d918f/?format=api"
        }
    ]
}