GET /api/bet_types/4792ef52-7971-4e8a-9896-e07c624fdaf3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4792ef52-7971-4e8a-9896-e07c624fdaf3",
    "match": "https://api-prod.gambitprofit.com/api/matches/462303b6-7d17-461d-8e93-b2a6cc4fecb1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-24T08:58:08.860493-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": "COL",
                "amount": 5107.0
            },
            {
                "team": "LAA",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "65c4df11-e12b-4ef2-9ffa-67b470907192",
            "gambit_id": "bb58669e-28b2-4e66-b102-9bd3ff9bca68",
            "last_updated": "2023-06-26T10:28:15.342755-04:00",
            "created_at": "2023-06-24T08:58:08.864496-04:00",
            "name": "COL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4792ef52-7971-4e8a-9896-e07c624fdaf3/?format=api"
        },
        {
            "id": "ae74cd99-f998-47dc-9aa2-b5eb384b80f8",
            "gambit_id": "3bd5772a-f45b-4f00-baf7-b8772b428652",
            "last_updated": "2023-06-26T10:28:15.339496-04:00",
            "created_at": "2023-06-24T08:58:08.862425-04:00",
            "name": "LAA",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4792ef52-7971-4e8a-9896-e07c624fdaf3/?format=api"
        }
    ]
}