GET /api/bet_types/c46dd180-62b3-4949-a92f-3ab6b100ed1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c46dd180-62b3-4949-a92f-3ab6b100ed1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ddf33bd-2172-4800-9ccd-9a0f026403c8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-05T11:47:04.023457-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": "ATL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef64a7b2-1e5a-4ba0-a4e6-c62eb4986c2e",
            "gambit_id": "39ee1367-63a0-48d1-9f58-a836d7e56e48",
            "last_updated": "2023-05-06T11:52:01.158703-04:00",
            "created_at": "2023-05-05T11:47:04.026368-04:00",
            "name": "BAL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c46dd180-62b3-4949-a92f-3ab6b100ed1d/?format=api"
        },
        {
            "id": "408166b9-009b-4fa1-9a61-ad8412333872",
            "gambit_id": "509a8dc6-1403-415b-8fd2-e6ad0c5b7cfa",
            "last_updated": "2023-05-06T11:52:01.157229-04:00",
            "created_at": "2023-05-05T11:47:04.024913-04:00",
            "name": "ATL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c46dd180-62b3-4949-a92f-3ab6b100ed1d/?format=api"
        }
    ]
}