GET /api/bet_types/ae199a44-44c6-4caf-96cc-34ecd3614b35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae199a44-44c6-4caf-96cc-34ecd3614b35",
    "match": "https://api-prod.gambitprofit.com/api/matches/da2c8bcb-2cab-47d1-a498-2785b05ff13d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-24T11:07:05.063700-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": "DC Defenders",
                "amount": 5000.0
            },
            {
                "team": "Houston Roughnecks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f032b5b3-c96f-47d3-a5fc-4f5d4ce95620",
            "gambit_id": "def13afc-6269-4e04-b2f4-c08f21a6e360",
            "last_updated": "2023-03-28T11:26:59.910197-04:00",
            "created_at": "2023-03-24T11:07:05.065277-04:00",
            "name": "DC Defenders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae199a44-44c6-4caf-96cc-34ecd3614b35/?format=api"
        },
        {
            "id": "fc9f585c-f989-4ccc-b0c2-38d4ad1b3283",
            "gambit_id": "96fe89bf-39b7-4e67-acb7-f25e51cbf40a",
            "last_updated": "2023-03-28T11:26:59.912951-04:00",
            "created_at": "2023-03-24T11:07:05.066846-04:00",
            "name": "Houston Roughnecks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae199a44-44c6-4caf-96cc-34ecd3614b35/?format=api"
        }
    ]
}