GET /api/bet_types/6fcc91f8-9c83-4fc0-9f99-57f910d363a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fcc91f8-9c83-4fc0-9f99-57f910d363a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d86ddd1-f2c1-4565-bd6f-c39b7567f18b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:56.870086-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": "Golden State Warriors",
                "amount": 5107.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "250b9306-2c21-4f4c-a0d3-91e1e429a617",
            "gambit_id": "6003d304-e1b6-46ce-8cd4-e72231a1093f",
            "last_updated": "2023-03-19T16:56:52.324508-04:00",
            "created_at": "2023-03-18T08:46:56.875338-04:00",
            "name": "Golden State Warriors",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fcc91f8-9c83-4fc0-9f99-57f910d363a1/?format=api"
        },
        {
            "id": "7c301cbb-7dc3-438f-82f1-59ef5ffbd628",
            "gambit_id": "4831410e-b784-46fe-b003-242b3c5439e8",
            "last_updated": "2023-03-19T16:56:52.323175-04:00",
            "created_at": "2023-03-18T08:46:56.872555-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fcc91f8-9c83-4fc0-9f99-57f910d363a1/?format=api"
        }
    ]
}