GET /api/bet_types/17b9923b-b8cb-42cf-9be0-6075e1c2873e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17b9923b-b8cb-42cf-9be0-6075e1c2873e",
    "match": "https://api-prod.gambitprofit.com/api/matches/403a0822-cebd-4a5e-96f5-122a035d7cc5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-15T12:27:14.032537-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": "SEA",
                "amount": 5107.0
            },
            {
                "team": "COL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f35a19a9-381a-4fce-9c5c-fee7b1078361",
            "gambit_id": "d177e737-7066-4332-ba68-2ae57c2c20f5",
            "last_updated": "2023-04-16T17:57:16.481766-04:00",
            "created_at": "2023-04-15T12:27:14.033811-04:00",
            "name": "SEA",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17b9923b-b8cb-42cf-9be0-6075e1c2873e/?format=api"
        },
        {
            "id": "49dd12f7-3f8d-49bb-9523-e2ea00cc40f9",
            "gambit_id": "6f6ec8fd-41fd-4f99-89b6-a4084ee4c192",
            "last_updated": "2023-04-16T17:57:16.484039-04:00",
            "created_at": "2023-04-15T12:27:14.035158-04:00",
            "name": "COL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17b9923b-b8cb-42cf-9be0-6075e1c2873e/?format=api"
        }
    ]
}