GET /api/bet_types/b36652cf-d438-414c-b646-511c36f24512/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b36652cf-d438-414c-b646-511c36f24512",
    "match": "https://api-prod.gambitprofit.com/api/matches/94e56767-f8f0-42d5-9f29-42e1040ab4e4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T10:07:04.343697-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b50c09c8-2903-4d21-a390-6199efd17f4a",
            "gambit_id": "f0f7afe8-5b04-4482-a34e-6a2bd70eadbf",
            "last_updated": "2023-03-30T10:21:54.659940-04:00",
            "created_at": "2023-03-29T10:07:04.346245-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b36652cf-d438-414c-b646-511c36f24512/?format=api"
        },
        {
            "id": "70110994-4978-46f1-a689-51794429686b",
            "gambit_id": "d66559a3-dc93-4e64-bcc5-d54d2c95f621",
            "last_updated": "2023-03-30T10:21:54.661551-04:00",
            "created_at": "2023-03-29T10:07:04.348734-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b36652cf-d438-414c-b646-511c36f24512/?format=api"
        }
    ]
}