GET /api/bet_types/daa64d63-d3bf-4523-a9ee-5cb9088820d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "daa64d63-d3bf-4523-a9ee-5cb9088820d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f2ad120-037d-42f8-8b96-506743d00562/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:11.897909-04: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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7fc362b-aec0-4d10-9b8c-fff8b43ce027",
            "gambit_id": "0d662697-5ea9-4b65-8379-766fc2db4fcd",
            "last_updated": "2023-10-31T20:18:10.304316-04:00",
            "created_at": "2023-10-30T08:58:11.901722-04:00",
            "name": "Chicago Bulls",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/daa64d63-d3bf-4523-a9ee-5cb9088820d6/?format=api"
        },
        {
            "id": "61a6d6f2-b415-4091-a416-ec44e3be0042",
            "gambit_id": "44aec71e-a1f9-417d-8698-a7cca8bac97c",
            "last_updated": "2023-10-31T20:18:10.308348-04:00",
            "created_at": "2023-10-30T08:58:11.905736-04:00",
            "name": "Indiana Pacers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/daa64d63-d3bf-4523-a9ee-5cb9088820d6/?format=api"
        }
    ]
}