GET /api/bet_types/12e698dd-e6f5-49d4-b7a9-a0fe052bddbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12e698dd-e6f5-49d4-b7a9-a0fe052bddbb",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc6d50f9-c313-4ce3-902d-70f531d24fce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-02T08:58:23.580707-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": "MIA",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "579733cc-ba4d-4705-bb1c-a3ffc123d220",
            "gambit_id": "50096bb8-4848-4d2d-a821-c55a201b280a",
            "last_updated": "2023-07-04T10:18:06.360275-04:00",
            "created_at": "2023-07-02T08:58:23.585966-04:00",
            "name": "ATL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12e698dd-e6f5-49d4-b7a9-a0fe052bddbb/?format=api"
        },
        {
            "id": "60260cdb-beb1-40e8-b4e2-e078f0fd4d2d",
            "gambit_id": "2823c332-be88-4162-9b57-ed1348bf0134",
            "last_updated": "2023-07-04T10:18:06.358624-04:00",
            "created_at": "2023-07-02T08:58:23.583128-04:00",
            "name": "MIA",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12e698dd-e6f5-49d4-b7a9-a0fe052bddbb/?format=api"
        }
    ]
}