GET /api/bet_types/88cfb6c1-6b2d-437c-a084-79495227033e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88cfb6c1-6b2d-437c-a084-79495227033e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5149ed1-7158-4b4f-bdc0-f3ebb1823a70/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-28T09:33:15.249864-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": 5107.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "28a9bb50-44eb-465a-b392-e986fac3e7e5",
            "gambit_id": "aa2a158b-3dae-45e8-b9f6-c02fb44551ae",
            "last_updated": "2023-11-29T14:08:21.267554-05:00",
            "created_at": "2023-11-28T09:33:15.255406-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88cfb6c1-6b2d-437c-a084-79495227033e/?format=api"
        },
        {
            "id": "34b97659-1b5c-42a6-a6ab-69dae50092cb",
            "gambit_id": "6fbc9562-8765-41b9-a1a3-f5e5f123a6c7",
            "last_updated": "2023-11-29T14:08:21.270805-05:00",
            "created_at": "2023-11-28T09:33:15.260383-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88cfb6c1-6b2d-437c-a084-79495227033e/?format=api"
        }
    ]
}