GET /api/bet_types/84ea0a33-dff7-4c32-8fa0-4bcb3afa7da1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84ea0a33-dff7-4c32-8fa0-4bcb3afa7da1",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc0f2103-d581-4698-8a32-fceed7b8c2ee/?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 Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f853179-e91f-4ca4-800a-44f85be3df8e",
            "gambit_id": "2b3afe01-18c8-4067-b899-45c6e0687096",
            "last_updated": "2022-11-19T10:33:27.832098-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84ea0a33-dff7-4c32-8fa0-4bcb3afa7da1/?format=api"
        },
        {
            "id": "b9224c37-6dd7-4102-850d-d02e55929763",
            "gambit_id": "8c3676a8-a784-4879-9373-5779d6ccd2fa",
            "last_updated": "2022-11-19T10:33:27.833078-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84ea0a33-dff7-4c32-8fa0-4bcb3afa7da1/?format=api"
        }
    ]
}