GET /api/bet_types/ee06c638-c4ff-4121-b3f3-9ae400590ae1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee06c638-c4ff-4121-b3f3-9ae400590ae1",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a7444b7-7afb-4515-989f-367c85c057ac/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-06T22:48:27.077662-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": "Seattle Seahawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "40821231-bc0f-4392-86ca-9d2dc8e5bff2",
            "gambit_id": "59100c93-c2df-4bbd-a3d2-58c669df044f",
            "last_updated": "2023-09-11T11:13:24.709693-04:00",
            "created_at": "2023-09-06T22:48:27.082132-04:00",
            "name": "Los Angeles Rams",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee06c638-c4ff-4121-b3f3-9ae400590ae1/?format=api"
        },
        {
            "id": "de68f88c-e884-420e-b29e-2fbf297e3f70",
            "gambit_id": "fb64afec-16ed-4b2f-82d1-2a1bc2847d6f",
            "last_updated": "2023-09-11T11:13:24.713270-04:00",
            "created_at": "2023-09-06T22:48:27.086456-04:00",
            "name": "Seattle Seahawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee06c638-c4ff-4121-b3f3-9ae400590ae1/?format=api"
        }
    ]
}