GET /api/bet_types/2e87f6de-c39f-4843-87c4-8cb2c323363c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e87f6de-c39f-4843-87c4-8cb2c323363c",
    "match": "https://api-prod.gambitprofit.com/api/matches/47c90409-d068-49a1-b38f-e9502c99546c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:07.357156-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": "Los Angeles Rams",
                "amount": 5000.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d0adda8-9080-4c23-9e45-84060c6c57da",
            "gambit_id": "fc327bf3-3305-4c6d-b300-6d37cee2cf9c",
            "last_updated": "2023-11-06T21:18:16.564019-05:00",
            "created_at": "2023-11-02T09:03:07.360883-04:00",
            "name": "Los Angeles Rams",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e87f6de-c39f-4843-87c4-8cb2c323363c/?format=api"
        },
        {
            "id": "e99c0022-b680-4d1b-8433-d0b074805a93",
            "gambit_id": "ea6746c4-d4b5-4dab-9461-f07f9f338031",
            "last_updated": "2023-11-06T21:18:16.567495-05:00",
            "created_at": "2023-11-02T09:03:07.365740-04:00",
            "name": "Green Bay Packers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e87f6de-c39f-4843-87c4-8cb2c323363c/?format=api"
        }
    ]
}