GET /api/bet_types/9e263fec-791a-4917-922e-8f68c564a94b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e263fec-791a-4917-922e-8f68c564a94b",
    "match": "https://api-prod.gambitprofit.com/api/matches/35eeca0f-12e9-45af-83f7-5f817198ab4c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-08T08:28:08.979597-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": 5213.0
            },
            {
                "team": "MIL",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "14c77937-7f35-45ea-8cc1-a7186a92cb21",
            "gambit_id": "f0a30fde-cc29-4e78-93db-a33d18c6fc46",
            "last_updated": "2023-08-10T10:18:23.808636-04:00",
            "created_at": "2023-08-08T08:28:08.983289-04:00",
            "name": "COL",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e263fec-791a-4917-922e-8f68c564a94b/?format=api"
        },
        {
            "id": "45c63130-a322-4d28-9d9d-3b827ba7ad94",
            "gambit_id": "15761e7d-39e5-4b3a-bb7e-bce06aa7ec7e",
            "last_updated": "2023-08-10T10:18:23.812771-04:00",
            "created_at": "2023-08-08T08:28:08.988442-04:00",
            "name": "MIL",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e263fec-791a-4917-922e-8f68c564a94b/?format=api"
        }
    ]
}