GET /api/bet_types/7e810030-2659-413c-a67f-488dbf1b09f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e810030-2659-413c-a67f-488dbf1b09f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/13fad6a5-52b0-41fd-bcb8-f27ae8629d1e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-31T13:03:13.485314-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": "Arizona Diamondbacks",
                "amount": 5939.0
            },
            {
                "team": "San Francisco Giants",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "76220900-d6f7-4ac3-84a6-2b4aa9e11ddf",
            "gambit_id": "47d288f5-b53f-4ba1-883c-bae6d5ff2b03",
            "last_updated": "2023-08-01T10:58:23.212301-04:00",
            "created_at": "2023-07-31T13:03:13.501545-04:00",
            "name": "Arizona Diamondbacks",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e810030-2659-413c-a67f-488dbf1b09f5/?format=api"
        },
        {
            "id": "5b1610a9-09f0-480a-8d47-eea24ca1ba77",
            "gambit_id": "a9a85a8a-7b88-4878-9d2b-f5d286f0f179",
            "last_updated": "2023-08-01T10:58:23.215691-04:00",
            "created_at": "2023-07-31T13:03:13.511597-04:00",
            "name": "San Francisco Giants",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e810030-2659-413c-a67f-488dbf1b09f5/?format=api"
        }
    ]
}