GET /api/bet_types/97dc21dd-5b5a-484c-bdc0-0566f21d68e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97dc21dd-5b5a-484c-bdc0-0566f21d68e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6ca17e4-ad6e-4591-a1df-bb1c30581f65/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-01T09:22:01.818600-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": "Detroit Lions",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bears",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3cdbe4b0-efe0-44be-b5d7-bb8b8b5c2a19",
            "gambit_id": "9f838100-a6ba-459b-8a42-3734f8376f11",
            "last_updated": "2023-01-02T12:47:01.189064-05:00",
            "created_at": "2023-01-01T09:22:01.819747-05:00",
            "name": "Detroit Lions",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97dc21dd-5b5a-484c-bdc0-0566f21d68e1/?format=api"
        },
        {
            "id": "fa4dad15-9c64-407b-aba1-0f0479e18342",
            "gambit_id": "51f9cf6d-1c79-4874-9a73-f5741a079f9c",
            "last_updated": "2023-01-02T12:47:01.190227-05:00",
            "created_at": "2023-01-01T09:22:01.821018-05:00",
            "name": "Chicago Bears",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97dc21dd-5b5a-484c-bdc0-0566f21d68e1/?format=api"
        }
    ]
}