GET /api/bet_types/cad6a861-f521-48e7-a91f-9c715cfaf595/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cad6a861-f521-48e7-a91f-9c715cfaf595",
    "match": "https://api-prod.gambitprofit.com/api/matches/19d62b60-80d4-4b98-9cca-3bb35a5136b6/?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": "New York Jets",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bears",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4815d5e-7933-438b-8785-a561a86965af",
            "gambit_id": "f685a8f0-2ae5-4631-9d3c-f7a51e672f3d",
            "last_updated": "2022-11-28T11:47:16.849409-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cad6a861-f521-48e7-a91f-9c715cfaf595/?format=api"
        },
        {
            "id": "eb5bcdf0-3ed2-46df-8e61-2d24703b1050",
            "gambit_id": "208216af-52c1-4aee-9154-5fce8e24f5e6",
            "last_updated": "2022-11-28T11:47:16.848409-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cad6a861-f521-48e7-a91f-9c715cfaf595/?format=api"
        }
    ]
}