GET /api/bet_types/e3f569ad-e6e7-48a3-a4ae-46e50fc40aae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3f569ad-e6e7-48a3-a4ae-46e50fc40aae",
    "match": "https://api-prod.gambitprofit.com/api/matches/8aec669a-7979-4a63-b481-178beeb9e702/?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": "Seattle Seahawks",
                "amount": 5000.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6be7dce2-dcbf-48a6-81e0-3f34bce431dd",
            "gambit_id": "83fff2c3-1b7d-49b8-a501-9a575d3b770e",
            "last_updated": "2022-11-28T11:41:58.273406-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3f569ad-e6e7-48a3-a4ae-46e50fc40aae/?format=api"
        },
        {
            "id": "0e0c7365-c349-4ec2-9127-93ae52dad7e3",
            "gambit_id": "2f3149e0-3611-4b2b-809f-8d37a16de3c5",
            "last_updated": "2022-11-28T11:41:58.274382-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3f569ad-e6e7-48a3-a4ae-46e50fc40aae/?format=api"
        }
    ]
}