GET /api/bet_types/c730549d-7694-4562-9d0f-147df09ddc44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c730549d-7694-4562-9d0f-147df09ddc44",
    "match": "https://api-prod.gambitprofit.com/api/matches/c017e7f4-3b3d-4d6f-ae79-9e2a6fc95ad8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:05.370707-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 Wild",
                "amount": 6176.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3824.0
            }
        ],
        "expected_reward_tokens": 9634.56,
        "profit_sb": 134.56,
        "profit_sb_percentage": 1.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "116f28a9-c0ff-48da-9ced-60ce2838d88c",
            "gambit_id": "0beb9d02-b920-4301-b5f1-caee290e015c",
            "last_updated": "2023-01-20T09:57:00.828440-05:00",
            "created_at": "2023-01-19T09:22:05.377345-05:00",
            "name": "Minnesota Wild",
            "reward": "1.56000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c730549d-7694-4562-9d0f-147df09ddc44/?format=api"
        },
        {
            "id": "33a28f86-f54e-4587-a10b-1956440a6e1d",
            "gambit_id": "d9c7296c-3fd9-49d4-a33d-8e2a44067fe0",
            "last_updated": "2023-01-20T09:57:00.827349-05:00",
            "created_at": "2023-01-19T09:22:05.374027-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.52000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c730549d-7694-4562-9d0f-147df09ddc44/?format=api"
        }
    ]
}