GET /api/bet_types/bd4d9e33-f9ed-4233-b6f0-33276b8b43ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd4d9e33-f9ed-4233-b6f0-33276b8b43ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/360c45c2-99b6-449e-85b4-96cd3380d5c6/?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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0267f6a0-f53d-4067-a731-3217364c5939",
            "gambit_id": "c02e95d8-c0b6-4bea-96f5-ef6f919306d4",
            "last_updated": "2022-11-06T20:17:28.740929-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4d9e33-f9ed-4233-b6f0-33276b8b43ac/?format=api"
        },
        {
            "id": "0e23526a-d92a-4ba0-be3a-046b71e8019b",
            "gambit_id": "99e9a9e8-148e-4862-944b-bb40e27764cb",
            "last_updated": "2022-11-06T20:17:28.741904-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4d9e33-f9ed-4233-b6f0-33276b8b43ac/?format=api"
        }
    ]
}