GET /api/bet_types/53f6e7f9-bf7c-4205-b991-0771f9ee7d9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53f6e7f9-bf7c-4205-b991-0771f9ee7d9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f23c70e-3cb8-4afe-a886-91cf55fd9aa6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-09T09:48:14.697341-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": "ATL",
                "amount": 5107.0
            },
            {
                "team": "WAS",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c3d8070-b3dd-4b43-8a2f-98e60843dc9e",
            "gambit_id": "cea3ebf1-69ed-4cbb-aa0a-020177c8c511",
            "last_updated": "2023-06-10T17:03:16.639118-04:00",
            "created_at": "2023-06-09T09:48:14.701605-04:00",
            "name": "ATL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53f6e7f9-bf7c-4205-b991-0771f9ee7d9b/?format=api"
        },
        {
            "id": "a592ac2a-4440-477f-b807-92a75daf9ebb",
            "gambit_id": "2d078152-e377-4e71-95f6-f4f2dcc30e56",
            "last_updated": "2023-06-10T17:03:16.636931-04:00",
            "created_at": "2023-06-09T09:48:14.699467-04:00",
            "name": "WAS",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53f6e7f9-bf7c-4205-b991-0771f9ee7d9b/?format=api"
        }
    ]
}