GET /api/bet_types/8ff75952-9f24-45ec-a7fd-4f5118f06b35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ff75952-9f24-45ec-a7fd-4f5118f06b35",
    "match": "https://api-prod.gambitprofit.com/api/matches/95aafc78-3e0c-480d-89c0-3e2441be27cc/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "LOS",
                "amount": 6025.0
            },
            {
                "team": "COL",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "5476f800-ea64-44ff-8f23-148f77525a97",
            "gambit_id": "e4c4439b-6dbb-4753-8c70-6c2373b14781",
            "last_updated": "2022-10-05T06:42:21.815244-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ff75952-9f24-45ec-a7fd-4f5118f06b35/?format=api"
        },
        {
            "id": "09c15afd-6602-4105-9b94-38f1c4625aa0",
            "gambit_id": "6ed65e31-9970-4aa6-9329-05b59e95d9c3",
            "last_updated": "2022-10-05T06:42:21.816259-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ff75952-9f24-45ec-a7fd-4f5118f06b35/?format=api"
        }
    ]
}