GET /api/bet_types/e1ecf8aa-6134-4677-8de9-ecb2bc2beece/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1ecf8aa-6134-4677-8de9-ecb2bc2beece",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d22b0e7-32c5-44a8-bd43-c271ec47bd6e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-18T10:18:23.006315-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b1cdef54-10b1-4bce-8b87-6c06af185a7f",
            "gambit_id": "2788723b-c576-4da2-97a4-a426ed677883",
            "last_updated": "2024-01-19T20:38:13.580418-05:00",
            "created_at": "2024-01-18T10:18:23.010629-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1ecf8aa-6134-4677-8de9-ecb2bc2beece/?format=api"
        },
        {
            "id": "de6f62f2-45fc-49c3-8d15-9b8e655f5a11",
            "gambit_id": "8dd9b842-eeef-4d26-9eb1-8859e57c31dc",
            "last_updated": "2024-01-19T20:38:13.583735-05:00",
            "created_at": "2024-01-18T10:18:23.014742-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1ecf8aa-6134-4677-8de9-ecb2bc2beece/?format=api"
        }
    ]
}