GET /api/bet_types/d8dc5f5f-b08c-437f-bfce-8b51c0b494a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8dc5f5f-b08c-437f-bfce-8b51c0b494a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cc1747e-4a90-4afd-bd77-7eb601c71dc1/?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": "Cincinnati Bengals",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b562036d-8b75-4676-a4db-28fbed87d5c3",
            "gambit_id": "b6c01cb3-29a9-4b07-8572-2279887e241d",
            "last_updated": "2022-10-24T10:52:23.130140-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8dc5f5f-b08c-437f-bfce-8b51c0b494a6/?format=api"
        },
        {
            "id": "bedc44c2-1a21-411b-a17e-7a1f1b37a4b7",
            "gambit_id": "66daf395-d87a-4fc1-b216-46784fb00628",
            "last_updated": "2022-10-24T10:52:23.131120-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8dc5f5f-b08c-437f-bfce-8b51c0b494a6/?format=api"
        }
    ]
}