GET /api/bet_types/c2536c75-870c-4765-b2b8-e4687cd1f093/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2536c75-870c-4765-b2b8-e4687cd1f093",
    "match": "https://api-prod.gambitprofit.com/api/matches/e11ec631-491c-402d-a162-25fdbdd8fd1a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-26T08:58:21.414008-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": "BAL",
                "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": "46faa4b9-cfa6-471f-b69f-07f89ec70493",
            "gambit_id": "377c5f7f-c52a-41bc-a6e9-63be865c62f3",
            "last_updated": "2023-09-27T18:58:11.414166-04:00",
            "created_at": "2023-09-26T08:58:21.424010-04:00",
            "name": "BAL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2536c75-870c-4765-b2b8-e4687cd1f093/?format=api"
        },
        {
            "id": "06b0353a-a24b-4422-ba10-3d86c8d83ab2",
            "gambit_id": "5238f172-b7fe-492a-973e-bba856d19848",
            "last_updated": "2023-09-27T18:58:11.408394-04:00",
            "created_at": "2023-09-26T08:58:21.418972-04:00",
            "name": "WAS",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2536c75-870c-4765-b2b8-e4687cd1f093/?format=api"
        }
    ]
}